#BFA889

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

Shades of Pavlova #BFA889

Tints of Pavlova #BFA889

Color information

#BFA889 (or 0xBFA889) is unknown color: approx Pavlova. HEX triplet: BF, A8 and 89. RGB value is (191,168,137). Sum of RGB (Red+Green+Blue) = 191+168+137=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA889 is #405776. Grayscale: #ABABAB. Windows color (decimal): -4216695 or 9021631. OLE color: 9021631.

HSL color Cylindrical-coordinate representation of color #BFA889: hue angle of 34.44º 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 #BFA889 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB191168137-
CMYK00.120.280.25
HSL34.44º29.67%64.31%-
HSV(B)34.44º28.27%74.9%-
XYZ4040.8929.45-
YUV171.34108.62142.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.51%
GREEN value IS 168 (66.02% from 255) = 33.87%
BLUE value IS 137 (53.91% from 255) = 27.62%
R=38.51%
G=33.87%
B=27.62%

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
Decimal19116813700.120.280.2534.4429.6764.31
HexBFA8890C1C19221e40
Octal27725021101434314236100
Binary101111111010100010001001011001110011001100010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA889; }

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

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

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

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

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

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

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

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