Color Hex Logo

#bba266 Color Hex

#BBA266
(187,162,102)
0 Favorites   0 Comments

Color spaces of #bba266

RGB 187162102
HSL0.120.380.57
HSV42°45°73°
CMYK 0.000.130.45   0.27
XYZ35.812137.364817.8950
Yxy37.36480.39320.4103
Hunter Lab61.1268-2.394725.4314
CIE-Lab67.54981.004434.4994

#bba266 color RGB value is (187,162,102).

#bba266 hex color red value is 187, green value is 162 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bba266 hue: 0.12 , saturation: 0.38 and the lightness value of bba266 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100010 01100110
Octal 273 242 146
Decimal 187 162 102
Hex BB A2 66

RGB Percentages of Color #bba266

%41.46
%35.92
%22.62

CMYK Percentages of Color #bba266

%0
%13
%45
%27

Triadic Colors of #bba266

#bba266 #66bba2 #a266bb

Analogous Colors of #bba266

#bba266 #aabb66 #bb7866

Monochromatic Colors of #bba266

#bba266

Complementary Color

#bba266 #667fbb

#bba266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba266 Color CSS Codes

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

#bba266 Text Font Color

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

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


#bba266 Background Color

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

This div background color is #bba266


#bba266 Border Color

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

This div border color is #bba266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba266


Comments

No comments written yet.

Please login to write comment.