#BFAF8E

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

Shades of Pavlova #BFAF8E

Tints of Pavlova #BFAF8E

Color information

#BFAF8E (or 0xBFAF8E) is unknown color: approx Pavlova. HEX triplet: BF, AF and 8E. RGB value is (191,175,142). Sum of RGB (Red+Green+Blue) = 191+175+142=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAF8E is #405071. Grayscale: #B0B0B0. Windows color (decimal): -4214898 or 9351103. OLE color: 9351103.

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

Color convert

RGB191175142-
CMYK00.080.260.25
HSL40.41º27.68%65.29%-
HSV(B)40.41º25.65%74.9%-
XYZ41.743.6931.83-
YUV176.02108.8138.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 175 (68.75% from 255) = 34.45%
BLUE value IS 142 (55.86% from 255) = 27.95%
R=37.60%
G=34.45%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117514200.080.260.2540.4127.6865.29
HexBFAF8E081A19281c41
Octal27725721601032315034101
Binary101111111010111110001110010001101011001101000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAF8E; }

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

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

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

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

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

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

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

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