#BFA989

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

Shades of Pavlova #BFA989

Tints of Pavlova #BFA989

Color information

#BFA989 (or 0xBFA989) is unknown color: approx Pavlova. HEX triplet: BF, A9 and 89. RGB value is (191,169,137). Sum of RGB (Red+Green+Blue) = 191+169+137=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 137 (53.91% from 255 or 27.57% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA989 is #405676. Grayscale: #ACACAC. Windows color (decimal): -4216439 or 9021887. OLE color: 9021887.

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

Color convert

RGB191169137-
CMYK00.120.280.25
HSL35.56º29.67%64.31%-
HSV(B)35.56º28.27%74.9%-
XYZ40.1941.2629.51-
YUV171.93108.29141.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.43%
GREEN value IS 169 (66.41% from 255) = 34.00%
BLUE value IS 137 (53.91% from 255) = 27.57%
R=38.43%
G=34.00%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116913700.120.280.2535.5629.6764.31
HexBFA9890C1C19241e40
Octal27725121101434314436100
Binary101111111010100110001001011001110011001100100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA989; }

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

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

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

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

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

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

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

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