#BFBA7A

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

Shades of Pine Glade #BFBA7A

Tints of Pine Glade #BFBA7A

Color information

#BFBA7A (or 0xBFBA7A) is unknown color: approx Pine Glade. HEX triplet: BF, BA and 7A. RGB value is (191,186,122). Sum of RGB (Red+Green+Blue) = 191+186+122=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA7A is #404585. Grayscale: #B4B4B4. Windows color (decimal): -4212102 or 8043199. OLE color: 8043199.

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

Color convert

RGB191186122-
CMYK00.030.360.25
HSL55.65º35.03%61.37%-
HSV(B)55.65º36.13%74.9%-
XYZ42.5647.625.36-
YUV180.295.16135.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.28%
GREEN value IS 186 (73.05% from 255) = 37.27%
BLUE value IS 122 (48.05% from 255) = 24.45%
R=38.28%
G=37.27%
B=24.45%

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
Decimal19118612200.030.360.2555.6535.0361.37
HexBFBA7A03241938233d
Octal277272172034431704375
Binary1011111110111010111101001110010011001111000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA7A; }

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

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

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

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

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

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

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

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