#BFA97E

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

Shades of Pavlova #BFA97E

Tints of Pavlova #BFA97E

Color information

#BFA97E (or 0xBFA97E) is unknown color: approx Pavlova. HEX triplet: BF, A9 and 7E. RGB value is (191,169,126). Sum of RGB (Red+Green+Blue) = 191+169+126=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA97E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA97E is #405681. Grayscale: #AAAAAA. Windows color (decimal): -4216450 or 8300991. OLE color: 8300991.

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

Color convert

RGB191169126-
CMYK00.120.340.25
HSL39.69º33.68%62.16%-
HSV(B)39.69º34.03%74.9%-
XYZ39.4440.9625.57-
YUV170.68102.79142.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.30%
GREEN value IS 169 (66.41% from 255) = 34.77%
BLUE value IS 126 (49.61% from 255) = 25.93%
R=39.30%
G=34.77%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116912600.120.340.2539.6933.6862.16
HexBFA97E0C221928223e
Octal2772511760144231504276
Binary101111111010100111111100110010001011001101000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA97E; }

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

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

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

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

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

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

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

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