#BFAA82

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

Shades of Pavlova #BFAA82

Tints of Pavlova #BFAA82

Color information

#BFAA82 (or 0xBFAA82) is unknown color: approx Pavlova. HEX triplet: BF, AA and 82. RGB value is (191,170,130). Sum of RGB (Red+Green+Blue) = 191+170+130=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAA82 is #40557D. Grayscale: #ABABAB. Windows color (decimal): -4216190 or 8563391. OLE color: 8563391.

HSL color Cylindrical-coordinate representation of color #BFAA82: hue angle of 39.34º degrees, saturation: 0.32, 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 #BFAA82 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB191170130-
CMYK00.110.320.25
HSL39.34º32.28%62.94%-
HSV(B)39.34º31.94%74.9%-
XYZ39.8941.4427.01-
YUV171.72104.46141.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.90%
GREEN value IS 170 (66.80% from 255) = 34.62%
BLUE value IS 130 (51.17% from 255) = 26.48%
R=38.90%
G=34.62%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117013000.110.320.2539.3432.2862.94
HexBFAA820B201927203f
Octal2772522020134031474077
Binary1011111110101010100000100101110000011001100111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAA82; }

 p { color: rgb(191,170,130); }

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

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

 a { background-color: rgb(191,170,130); }

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

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

 span { border-color: rgb(191,170,130); }

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