#BFA980

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

Shades of Pavlova #BFA980

Tints of Pavlova #BFA980

Color information

#BFA980 (or 0xBFA980) is unknown color: approx Pavlova. HEX triplet: BF, A9 and 80. RGB value is (191,169,128). Sum of RGB (Red+Green+Blue) = 191+169+128=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA980 is #40567F. Grayscale: #ABABAB. Windows color (decimal): -4216448 or 8432063. OLE color: 8432063.

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

Color convert

RGB191169128-
CMYK00.120.330.25
HSL39.05º32.98%62.55%-
HSV(B)39.05º32.98%74.9%-
XYZ39.5741.0126.25-
YUV170.9103.79142.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.14%
GREEN value IS 169 (66.41% from 255) = 34.63%
BLUE value IS 128 (50.39% from 255) = 26.23%
R=39.14%
G=34.63%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116912800.120.330.2539.0532.9862.55
HexBFA9800C211927213f
Octal2772512000144131474177
Binary1011111110101001100000000110010000111001100111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA980; }

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

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

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

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

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

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

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

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