#BFBC7B

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

Shades of Pine Glade #BFBC7B

Tints of Pine Glade #BFBC7B

Color information

#BFBC7B (or 0xBFBC7B) is unknown color: approx Pine Glade. HEX triplet: BF, BC and 7B. RGB value is (191,188,123). Sum of RGB (Red+Green+Blue) = 191+188+123=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC7B is #404384. Grayscale: #B5B5B5. Windows color (decimal): -4211589 or 8109247. OLE color: 8109247.

HSL color Cylindrical-coordinate representation of color #BFBC7B: hue angle of 57.35º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFBC7B is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB191188123-
CMYK00.020.360.25
HSL57.35º34.69%61.57%-
HSV(B)57.35º35.6%74.9%-
XYZ43.0448.4725.83-
YUV181.4994.99134.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.05%
GREEN value IS 188 (73.83% from 255) = 37.45%
BLUE value IS 123 (48.44% from 255) = 24.50%
R=38.05%
G=37.45%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118812300.020.360.2557.3534.6961.57
HexBFBC7B02241939233e
Octal277274173024431714376
Binary1011111110111100111101101010010011001111001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBC7B; }

 p { color: rgb(191,188,123); }

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

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

 a { background-color: rgb(191,188,123); }

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

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

 span { border-color: rgb(191,188,123); }

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