#BFBE7B

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

Shades of Pine Glade #BFBE7B

Tints of Pine Glade #BFBE7B

Color information

#BFBE7B (or 0xBFBE7B) is unknown color: approx Pine Glade. HEX triplet: BF, BE and 7B. RGB value is (191,190,123). Sum of RGB (Red+Green+Blue) = 191+190+123=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBE7B is #404184. Grayscale: #B6B6B6. Windows color (decimal): -4211077 or 8109759. OLE color: 8109759.

HSL color Cylindrical-coordinate representation of color #BFBE7B: hue angle of 59.12º 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 #BFBE7B is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB191190123-
CMYK00.010.360.25
HSL59.12º34.69%61.57%-
HSV(B)59.12º35.6%74.9%-
XYZ43.4749.3325.97-
YUV182.6694.33133.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.90%
GREEN value IS 190 (74.61% from 255) = 37.70%
BLUE value IS 123 (48.44% from 255) = 24.40%
R=37.90%
G=37.70%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119012300.010.360.2559.1234.6961.57
HexBFBE7B0124193b233e
Octal277276173014431734376
Binary101111111011111011110110110010011001111011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE7B; }

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

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

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

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

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

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

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

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