#BFAB86

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

Shades of Pavlova #BFAB86

Tints of Pavlova #BFAB86

Color information

#BFAB86 (or 0xBFAB86) is unknown color: approx Pavlova. HEX triplet: BF, AB and 86. RGB value is (191,171,134). Sum of RGB (Red+Green+Blue) = 191+171+134=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAB86 is #405479. Grayscale: #ACACAC. Windows color (decimal): -4215930 or 8825791. OLE color: 8825791.

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

Color convert

RGB191171134-
CMYK00.100.300.25
HSL38.95º30.81%63.73%-
HSV(B)38.95º29.84%74.9%-
XYZ40.3541.9228.52-
YUV172.76106.13141.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.51%
GREEN value IS 171 (67.19% from 255) = 34.48%
BLUE value IS 134 (52.73% from 255) = 27.02%
R=38.51%
G=34.48%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117113400.100.300.2538.9530.8163.73
HexBFAB860A1E19271f40
Octal27725320601236314737100
Binary101111111010101110000110010101111011001100111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAB86; }

 p { color: rgb(191,171,134); }

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

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

 a { background-color: rgb(191,171,134); }

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

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

 span { border-color: rgb(191,171,134); }

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