Color Hex Logo

#bba27b Color Hex

#BBA27B
(187,162,123)
0 Favorites   0 Comments

Color spaces of #bba27b

RGB 187162123
HSL0.100.320.61
HSV37°34°73°
CMYK 0.000.130.34   0.27
XYZ36.989037.835524.0923
Yxy37.83550.37390.3825
Hunter Lab61.5106-0.303619.8348
CIE-Lab67.89923.411923.6861

#bba27b color RGB value is (187,162,123).

#bba27b hex color red value is 187, green value is 162 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bba27b hue: 0.10 , saturation: 0.32 and the lightness value of bba27b is 0.61.

The process color (four color CMYK) of #bba27b color hex is 0.00, 0.13, 0.34, 0.27. Web safe color of #bba27b is #cc9966. Color #bba27b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100010 01111011
Octal 273 242 173
Decimal 187 162 123
Hex BB A2 7B

RGB Percentages of Color #bba27b

%39.62
%34.32
%26.06

CMYK Percentages of Color #bba27b

%0
%13
%34
%27

Triadic Colors of #bba27b

#bba27b #7bbba2 #a27bbb

Analogous Colors of #bba27b

#bba27b #b4bb7b #bb827b

Monochromatic Colors of #bba27b

#bba27b

Complementary Color

#bba27b #7b94bb

#bba27b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba27b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba27b Color CSS Codes

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

#bba27b Text Font Color

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

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


#bba27b Background Color

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

This div background color is #bba27b


#bba27b Border Color

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

This div border color is #bba27b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba27b


Comments

No comments written yet.

Please login to write comment.