#BFA981

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

Shades of Pavlova #BFA981

Tints of Pavlova #BFA981

Color information

#BFA981 (or 0xBFA981) is unknown color: approx Pavlova. HEX triplet: BF, A9 and 81. RGB value is (191,169,129). Sum of RGB (Red+Green+Blue) = 191+169+129=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA981 is #40567E. Grayscale: #ABABAB. Windows color (decimal): -4216447 or 8497599. OLE color: 8497599.

HSL color Cylindrical-coordinate representation of color #BFA981: hue angle of 38.71º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFA981 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB191169129-
CMYK00.120.320.25
HSL38.71º32.63%62.75%-
HSV(B)38.71º32.46%74.9%-
XYZ39.6441.0426.6-
YUV171.02104.29142.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.06%
GREEN value IS 169 (66.41% from 255) = 34.56%
BLUE value IS 129 (50.78% from 255) = 26.38%
R=39.06%
G=34.56%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116912900.120.320.2538.7132.6362.75
HexBFA9810C201927213f
Octal2772512010144031474177
Binary1011111110101001100000010110010000011001100111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA981; }

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

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

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

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

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

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

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

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