#BFAF8A

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

Shades of Pavlova #BFAF8A

Tints of Pavlova #BFAF8A

Color information

#BFAF8A (or 0xBFAF8A) is unknown color: approx Pavlova. HEX triplet: BF, AF and 8A. RGB value is (191,175,138). Sum of RGB (Red+Green+Blue) = 191+175+138=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAF8A is #405075. Grayscale: #AFAFAF. Windows color (decimal): -4214902 or 9088959. OLE color: 9088959.

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

Color convert

RGB191175138-
CMYK00.080.280.25
HSL41.89º29.28%64.51%-
HSV(B)41.89º27.75%74.9%-
XYZ41.443.5730.27-
YUV175.57106.8139.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.90%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 138 (54.30% from 255) = 27.38%
R=37.90%
G=34.72%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117513800.080.280.2541.8929.2864.51
HexBFAF8A081C192a1d41
Octal27725721201034315235101
Binary101111111010111110001010010001110011001101010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAF8A; }

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

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

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

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

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

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

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

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