#BCBA7D

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

Shades of Pine Glade #BCBA7D

Tints of Pine Glade #BCBA7D

Color information

#BCBA7D (or 0xBCBA7D) is unknown color: approx Pine Glade. HEX triplet: BC, BA and 7D. RGB value is (188,186,125). Sum of RGB (Red+Green+Blue) = 188+186+125=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA7D is #434582. Grayscale: #B3B3B3. Windows color (decimal): -4408707 or 8239804. OLE color: 8239804.

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

Color convert

RGB188186125-
CMYK00.010.340.26
HSL58.1º31.98%61.37%-
HSV(B)58.1º33.51%73.73%-
XYZ4247.2926.32-
YUV179.6497.16133.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.68%
GREEN value IS 186 (73.05% from 255) = 37.27%
BLUE value IS 125 (49.22% from 255) = 25.05%
R=37.68%
G=37.27%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818612500.010.340.2658.131.9861.37
HexBCBA7D01221A3a203d
Octal274272175014232724075
Binary101111001011101011111010110001011010111010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA7D; }

 p { color: rgb(188,186,125); }

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

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

 a { background-color: rgb(188,186,125); }

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

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

 span { border-color: rgb(188,186,125); }

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