#BFC072

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

Shades of Pine Glade #BFC072

Tints of Pine Glade #BFC072

Color information

#BFC072 (or 0xBFC072) is unknown color: approx Pine Glade. HEX triplet: BF, C0 and 72. RGB value is (191,192,114). Sum of RGB (Red+Green+Blue) = 191+192+114=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC072 is #403F8D. Grayscale: #B7B7B7. Windows color (decimal): -4210574 or 7520447. OLE color: 7520447.

HSL color Cylindrical-coordinate representation of color #BFC072: hue angle of 60.77º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFC072 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB191192114-
CMYK0.0100.410.25
HSL60.77º38.24%60%-
HSV(B)60.77º40.62%75.29%-
XYZ43.3749.9923.28-
YUV182.8189.17133.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.43%
GREEN value IS 192 (75.39% from 255) = 38.63%
BLUE value IS 114 (44.92% from 255) = 22.94%
R=38.43%
G=38.63%
B=22.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911921140.0100.410.2560.7738.2460
HexBFC0721029193d263c
Octal277300162105131754674
Binary101111111100000011100101010100111001111101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC072; }

 p { color: rgb(191,192,114); }

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

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

 a { background-color: rgb(191,192,114); }

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

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

 span { border-color: rgb(191,192,114); }

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