Color Hex Logo

#bbb465 Color Hex

#BBB465
(187,180,101)
0 Favorites   0 Comments

Color spaces of #bbb465

RGB 187180101
HSL0.150.390.56
HSV55°46°73°
CMYK 0.000.040.46   0.27
XYZ39.163744.146918.7690
Yxy44.14690.38370.4325
Hunter Lab66.4431-11.061929.7618
CIE-Lab72.3266-8.653340.9799

#bbb465 color RGB value is (187,180,101).

#bbb465 hex color red value is 187, green value is 180 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #bbb465 hue: 0.15 , saturation: 0.39 and the lightness value of bbb465 is 0.56.

The process color (four color CMYK) of #bbb465 color hex is 0.00, 0.04, 0.46, 0.27. Web safe color of #bbb465 is #cccc66. Color #bbb465 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110100 01100101
Octal 273 264 145
Decimal 187 180 101
Hex BB B4 65

RGB Percentages of Color #bbb465

%39.96
%38.46
%21.58

CMYK Percentages of Color #bbb465

%0
%4
%46
%27

Triadic Colors of #bbb465

#bbb465 #65bbb4 #b465bb

Analogous Colors of #bbb465

#bbb465 #97bb65 #bb8965

Monochromatic Colors of #bbb465

#bbb465

Complementary Color

#bbb465 #656cbb

#bbb465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb465 Color CSS Codes

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

#bbb465 Text Font Color

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

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


#bbb465 Background Color

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

This div background color is #bbb465


#bbb465 Border Color

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

This div border color is #bbb465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb465


Comments

No comments written yet.

Please login to write comment.