#BCBB83

Color #BCBB83 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BCBB83

Tints of Pine Glade #BCBB83

Color information

#BCBB83 (or 0xBCBB83) is unknown color: approx Pine Glade. HEX triplet: BC, BB and 83. RGB value is (188,187,131). Sum of RGB (Red+Green+Blue) = 188+187+131=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBB83 is #43447C. Grayscale: #B5B5B5. Windows color (decimal): -4408445 or 8633276. OLE color: 8633276.

HSL color Cylindrical-coordinate representation of color #BCBB83: hue angle of 58.95º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCBB83 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB188187131-
CMYK00.010.300.26
HSL58.95º29.84%62.55%-
HSV(B)58.95º30.32%73.73%-
XYZ42.6147.8728.47-
YUV180.9299.83133.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 37.15%
GREEN value IS 187 (73.44% from 255) = 36.96%
BLUE value IS 131 (51.56% from 255) = 25.89%
R=37.15%
G=36.96%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818713100.010.300.2658.9529.8462.55
HexBCBB83011E1A3b1e3f
Octal274273203013632733677
Binary10111100101110111000001101111101101011101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBB83; }

 p { color: rgb(188,187,131); }

 H1.HeaderClassName
 {
   color: #BCBB83;
 }
 .AnyTagClassName
 {
   color: #BCBB83;
 }
</style>
background-color css

<style>
 a { background-color: #BCBB83; }

 a { background-color: rgb(188,187,131); }

 div.DivClassName
 {
   background-color: #BCBB83;
 }
 .BgClassName
 {
   background-color: #BCBB83;
 }
</style>
border-color css

<style>
 span { border-color: #BCBB83; }

 span { border-color: rgb(188,187,131); }

 td.TdClassName
 {
   border-color: #BCBB83;
 }
 .TagClassName
 {
   border-color: #BCBB83;
 }
</style>