#BFAA8E

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

Shades of Pavlova #BFAA8E

Tints of Pavlova #BFAA8E

Color information

#BFAA8E (or 0xBFAA8E) is unknown color: approx Pavlova. HEX triplet: BF, AA and 8E. RGB value is (191,170,142). Sum of RGB (Red+Green+Blue) = 191+170+142=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAA8E is #405571. Grayscale: #ADADAD. Windows color (decimal): -4216178 or 9349823. OLE color: 9349823.

HSL color Cylindrical-coordinate representation of color #BFAA8E: hue angle of 34.29º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFAA8E is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB191170142-
CMYK00.110.260.25
HSL34.29º27.68%65.29%-
HSV(B)34.29º25.65%74.9%-
XYZ40.7441.7831.51-
YUV173.09110.46140.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.97%
GREEN value IS 170 (66.80% from 255) = 33.80%
BLUE value IS 142 (55.86% from 255) = 28.23%
R=37.97%
G=33.80%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117014200.110.260.2534.2927.6865.29
HexBFAA8E0B1A19221c41
Octal27725221601332314234101
Binary101111111010101010001110010111101011001100010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAA8E; }

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

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

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

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

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

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

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

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