#BFA57E

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

Shades of Pavlova #BFA57E

Tints of Pavlova #BFA57E

Color information

#BFA57E (or 0xBFA57E) is unknown color: approx Pavlova. HEX triplet: BF, A5 and 7E. RGB value is (191,165,126). Sum of RGB (Red+Green+Blue) = 191+165+126=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA57E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA57E is #405A81. Grayscale: #A8A8A8. Windows color (decimal): -4217474 or 8299967. OLE color: 8299967.

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

Color convert

RGB191165126-
CMYK00.140.340.25
HSL36º33.68%62.16%-
HSV(B)36º34.03%74.9%-
XYZ38.7139.4925.32-
YUV168.33104.11144.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.63%
GREEN value IS 165 (64.84% from 255) = 34.23%
BLUE value IS 126 (49.61% from 255) = 26.14%
R=39.63%
G=34.23%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116512600.140.340.253633.6862.16
HexBFA57E0E221924223e
Octal2772451760164231444276
Binary101111111010010111111100111010001011001100100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA57E; }

 p { color: rgb(191,165,126); }

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

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

 a { background-color: rgb(191,165,126); }

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

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

 span { border-color: rgb(191,165,126); }

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