Color Hex Logo

#b69093 Color Hex

#B69093
(182,144,147)
0 Favorites   0 Comments

Color spaces of #b69093

RGB 182144147
HSL0.990.210.64
HSV355°21°71°
CMYK 0.000.210.19   0.29
XYZ34.531131.998231.9600
Yxy31.99820.35060.3249
Hunter Lab56.56709.97256.0984
CIE-Lab63.341414.78593.8790

#b69093 color RGB value is (182,144,147).

#b69093 hex color red value is 182, green value is 144 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #b69093 hue: 0.99 , saturation: 0.21 and the lightness value of b69093 is 0.64.

The process color (four color CMYK) of #b69093 color hex is 0.00, 0.21, 0.19, 0.29. Web safe color of #b69093 is #cc9999. Color #b69093 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010000 10010011
Octal 266 220 223
Decimal 182 144 147
Hex B6 90 93

RGB Percentages of Color #b69093

%38.48
%30.44
%31.08

CMYK Percentages of Color #b69093

%0
%21
%19
%29

Triadic Colors of #b69093

#b69093 #93b690 #9093b6

Analogous Colors of #b69093

#b69093 #b6a090 #b690a6

Monochromatic Colors of #b69093

#b69093

Complementary Color

#b69093 #90b6b3

#b69093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69093 Color CSS Codes

.mybgcolor {background-color:#b69093; } 
.myforecolor {color:#b69093; }
.mybordercolor {border:3px solid #b69093; }

#b69093 Text Font Color

<p style="color:#b69093">Text here</p>

This sample text font color is #b69093
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b69093 Background Color

<div style="background-color:#b69093">
Div content here</div>

This div background color is #b69093


#b69093 Border Color

<div style="border:3px solid #b69093">
Div here</div>

This div border color is #b69093


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,144,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b69093; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b69093;
  -webkit-box-shadow: 1px 1px 3px 2px #b69093;
  box-shadow:         1px 1px 3px 2px #b69093; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,144,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b69093">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b69093;
  -webkit-box-shadow: 1px 1px 3px 2px #b69093;
  box-shadow:         1px 1px 3px 2px #b69093;">
Div content here</div>

This div box has shadow with color #b69093


Comments

No comments written yet.

Please login to write comment.