Color Hex Logo

#bba598 Color Hex

#BBA598
(187,165,152)
0 Favorites   0 Comments

Color spaces of #bba598

RGB 187165152
HSL0.060.200.66
HSV22°19°73°
CMYK 0.000.120.19   0.27
XYZ39.616139.742135.2888
Yxy39.74210.34550.3466
Hunter Lab63.04131.849710.9400
CIE-Lab69.28545.88219.6643

#bba598 color RGB value is (187,165,152).

#bba598 hex color red value is 187, green value is 165 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bba598 hue: 0.06 , saturation: 0.20 and the lightness value of bba598 is 0.66.

The process color (four color CMYK) of #bba598 color hex is 0.00, 0.12, 0.19, 0.27. Web safe color of #bba598 is #cc9999. Color #bba598 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100101 10011000
Octal 273 245 230
Decimal 187 165 152
Hex BB A5 98

RGB Percentages of Color #bba598

%37.10
%32.74
%30.16

CMYK Percentages of Color #bba598

%0
%12
%19
%27

Triadic Colors of #bba598

#bba598 #98bba5 #a598bb

Analogous Colors of #bba598

#bba598 #bbb798 #bb989d

Monochromatic Colors of #bba598

#bba598

Complementary Color

#bba598 #98aebb

#bba598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba598 Color CSS Codes

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

#bba598 Text Font Color

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

This sample text font color is #bba598
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.


#bba598 Background Color

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

This div background color is #bba598


#bba598 Border Color

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

This div border color is #bba598


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,165,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bba598; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bba598;
  -webkit-box-shadow: 1px 1px 3px 2px #bba598;
  box-shadow:         1px 1px 3px 2px #bba598; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,165,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba598


Comments

No comments written yet.

Please login to write comment.