#BFAA7F

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

Shades of Pavlova #BFAA7F

Tints of Pavlova #BFAA7F

Color information

#BFAA7F (or 0xBFAA7F) is unknown color: approx Pavlova. HEX triplet: BF, AA and 7F. RGB value is (191,170,127). Sum of RGB (Red+Green+Blue) = 191+170+127=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA7F is #405580. Grayscale: #ABABAB. Windows color (decimal): -4216193 or 8366783. OLE color: 8366783.

HSL color Cylindrical-coordinate representation of color #BFAA7F: hue angle of 40.31º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFAA7F is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB191170127-
CMYK00.110.340.25
HSL40.31º33.33%62.35%-
HSV(B)40.31º33.51%74.9%-
XYZ39.6941.3625.97-
YUV171.38102.96142-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.14%
GREEN value IS 170 (66.80% from 255) = 34.84%
BLUE value IS 127 (50% from 255) = 26.02%
R=39.14%
G=34.84%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117012700.110.340.2540.3133.3362.35
HexBFAA7F0B221928213e
Octal2772521770134231504176
Binary101111111010101011111110101110001011001101000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAA7F; }

 p { color: rgb(191,170,127); }

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

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

 a { background-color: rgb(191,170,127); }

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

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

 span { border-color: rgb(191,170,127); }

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