Color Hex Logo

#bba255 Color Hex

#BBA255
(187,162,85)
0 Favorites   0 Comments

Color spaces of #bba255

RGB 18716285
HSL0.130.430.53
HSV45°55°73°
CMYK 0.000.130.55   0.27
XYZ35.053537.061313.9004
Yxy37.06130.40750.4309
Hunter Lab60.8780-3.756329.0768
CIE-Lab67.3230-0.586042.9550

#bba255 color RGB value is (187,162,85).

#bba255 hex color red value is 187, green value is 162 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #bba255 hue: 0.13 , saturation: 0.43 and the lightness value of bba255 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100010 01010101
Octal 273 242 125
Decimal 187 162 85
Hex BB A2 55

RGB Percentages of Color #bba255

%43.09
%37.33
%19.59

CMYK Percentages of Color #bba255

%0
%13
%55
%27

Triadic Colors of #bba255

#bba255 #55bba2 #a255bb

Analogous Colors of #bba255

#bba255 #a1bb55 #bb6f55

Monochromatic Colors of #bba255

#bba255

Complementary Color

#bba255 #556ebb

#bba255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba255 Color CSS Codes

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

#bba255 Text Font Color

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

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


#bba255 Background Color

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

This div background color is #bba255


#bba255 Border Color

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

This div border color is #bba255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba255


Comments

No comments written yet.

Please login to write comment.