#BFAB8B

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

Shades of Pavlova #BFAB8B

Tints of Pavlova #BFAB8B

Color information

#BFAB8B (or 0xBFAB8B) is unknown color: approx Pavlova. HEX triplet: BF, AB and 8B. RGB value is (191,171,139). Sum of RGB (Red+Green+Blue) = 191+171+139=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAB8B is #405474. Grayscale: #ADADAD. Windows color (decimal): -4215925 or 9153471. OLE color: 9153471.

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

Color convert

RGB191171139-
CMYK00.100.270.25
HSL36.92º28.89%64.71%-
HSV(B)36.92º27.23%74.9%-
XYZ40.7142.0730.4-
YUV173.33108.63140.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.12%
GREEN value IS 171 (67.19% from 255) = 34.13%
BLUE value IS 139 (54.69% from 255) = 27.74%
R=38.12%
G=34.13%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117113900.100.270.2536.9228.8964.71
HexBFAB8B0A1B19251d41
Octal27725321301233314535101
Binary101111111010101110001011010101101111001100101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAB8B; }

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

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

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

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

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

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

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

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