Color Hex Logo

#bbc165 Color Hex

#BBC165
(187,193,101)
0 Favorites   0 Comments

Color spaces of #bbc165

RGB 187193101
HSL0.180.430.58
HSV64°48°76°
CMYK 0.030.000.48   0.24
XYZ41.912449.644319.6852
Yxy49.64430.37680.4463
Hunter Lab70.4587-17.121932.7563
CIE-Lab75.8504-15.333945.2730

#bbc165 color RGB value is (187,193,101).

#bbc165 hex color red value is 187, green value is 193 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #bbc165 hue: 0.18 , saturation: 0.43 and the lightness value of bbc165 is 0.58.

The process color (four color CMYK) of #bbc165 color hex is 0.03, 0.00, 0.48, 0.24. Web safe color of #bbc165 is #cccc66. Color #bbc165 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000001 01100101
Octal 273 301 145
Decimal 187 193 101
Hex BB C1 65

RGB Percentages of Color #bbc165

%38.88
%40.12
%21.00

CMYK Percentages of Color #bbc165

%3
%0
%48
%24

Triadic Colors of #bbc165

#bbc165 #65bbc1 #c165bb

Analogous Colors of #bbc165

#bbc165 #8dc165 #c19965

Monochromatic Colors of #bbc165

#bbc165

Complementary Color

#bbc165 #6b65c1

#bbc165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc165 Color CSS Codes

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

#bbc165 Text Font Color

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

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


#bbc165 Background Color

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

This div background color is #bbc165


#bbc165 Border Color

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

This div border color is #bbc165


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,193,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 #bbc165">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc165

#bbc165 Color Palettes


Comments

No comments written yet.

Please login to write comment.