#BCBB75

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

Shades of Pine Glade #BCBB75

Tints of Pine Glade #BCBB75

Color information

#BCBB75 (or 0xBCBB75) is unknown color: approx Pine Glade. HEX triplet: BC, BB and 75. RGB value is (188,187,117). Sum of RGB (Red+Green+Blue) = 188+187+117=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBB75 is #43448A. Grayscale: #B3B3B3. Windows color (decimal): -4408459 or 7715772. OLE color: 7715772.

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

Color convert

RGB188187117-
CMYK00.010.380.26
HSL59.15º34.63%59.8%-
HSV(B)59.15º37.77%73.73%-
XYZ41.7247.5223.8-
YUV179.3292.83134.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 187 (73.44% from 255) = 38.01%
BLUE value IS 117 (46.09% from 255) = 23.78%
R=38.21%
G=38.01%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818711700.010.380.2659.1534.6359.8
HexBCBB7501261A3b233c
Octal274273165014632734374
Binary101111001011101111101010110011011010111011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBB75; }

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

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

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

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

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

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

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

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