#BCB983

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

Shades of Pine Glade #BCB983

Tints of Pine Glade #BCB983

Color information

#BCB983 (or 0xBCB983) is unknown color: approx Pine Glade. HEX triplet: BC, B9 and 83. RGB value is (188,185,131). Sum of RGB (Red+Green+Blue) = 188+185+131=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB983 is #43467C. Grayscale: #B3B3B3. Windows color (decimal): -4408957 or 8632764. OLE color: 8632764.

HSL color Cylindrical-coordinate representation of color #BCB983: hue angle of 56.84º 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 #BCB983 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB188185131-
CMYK00.020.300.26
HSL56.84º29.84%62.55%-
HSV(B)56.84º30.32%73.73%-
XYZ42.1847.0328.33-
YUV179.74100.49133.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 185 (72.66% from 255) = 36.71%
BLUE value IS 131 (51.56% from 255) = 25.99%
R=37.30%
G=36.71%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818513100.020.300.2656.8429.8462.55
HexBCB983021E1A391e3f
Octal274271203023632713677
Binary101111001011100110000011010111101101011100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB983; }

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

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

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

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

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

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

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

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