#BFAA7E

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

Shades of Pavlova #BFAA7E

Tints of Pavlova #BFAA7E

Color information

#BFAA7E (or 0xBFAA7E) is unknown color: approx Pavlova. HEX triplet: BF, AA and 7E. RGB value is (191,170,126). Sum of RGB (Red+Green+Blue) = 191+170+126=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 126 (49.61% from 255 or 25.87% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA7E is #405581. Grayscale: #ABABAB. Windows color (decimal): -4216194 or 8301247. OLE color: 8301247.

HSL color Cylindrical-coordinate representation of color #BFAA7E: hue angle of 40.62º degrees, saturation: 0.34, 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 #BFAA7E is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB191170126-
CMYK00.110.340.25
HSL40.62º33.68%62.16%-
HSV(B)40.62º34.03%74.9%-
XYZ39.6341.3325.63-
YUV171.26102.46142.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.22%
GREEN value IS 170 (66.80% from 255) = 34.91%
BLUE value IS 126 (49.61% from 255) = 25.87%
R=39.22%
G=34.91%
B=25.87%

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
Decimal19117012600.110.340.2540.6233.6862.16
HexBFAA7E0B221929223e
Octal2772521760134231514276
Binary101111111010101011111100101110001011001101001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAA7E; }

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

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

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

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

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

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

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

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