#BFB97A

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

Shades of Pine Glade #BFB97A

Tints of Pine Glade #BFB97A

Color information

#BFB97A (or 0xBFB97A) is unknown color: approx Pine Glade. HEX triplet: BF, B9 and 7A. RGB value is (191,185,122). Sum of RGB (Red+Green+Blue) = 191+185+122=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB97A is #404685. Grayscale: #B3B3B3. Windows color (decimal): -4212358 or 8042943. OLE color: 8042943.

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

Color convert

RGB191185122-
CMYK00.030.360.25
HSL54.78º35.03%61.37%-
HSV(B)54.78º36.13%74.9%-
XYZ42.3547.1825.29-
YUV179.6195.49136.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.35%
GREEN value IS 185 (72.66% from 255) = 37.15%
BLUE value IS 122 (48.05% from 255) = 24.50%
R=38.35%
G=37.15%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118512200.030.360.2554.7835.0361.37
HexBFB97A03241937233d
Octal277271172034431674375
Binary1011111110111001111101001110010011001110111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB97A; }

 p { color: rgb(191,185,122); }

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

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

 a { background-color: rgb(191,185,122); }

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

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

 span { border-color: rgb(191,185,122); }

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