#BFA87E

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

Shades of Pavlova #BFA87E

Tints of Pavlova #BFA87E

Color information

#BFA87E (or 0xBFA87E) is unknown color: approx Pavlova. HEX triplet: BF, A8 and 7E. RGB value is (191,168,126). Sum of RGB (Red+Green+Blue) = 191+168+126=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA87E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA87E is #405781. Grayscale: #AAAAAA. Windows color (decimal): -4216706 or 8300735. OLE color: 8300735.

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

Color convert

RGB191168126-
CMYK00.120.340.25
HSL38.77º33.68%62.16%-
HSV(B)38.77º34.03%74.9%-
XYZ39.2540.5925.5-
YUV170.09103.12142.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.38%
GREEN value IS 168 (66.02% from 255) = 34.64%
BLUE value IS 126 (49.61% from 255) = 25.98%
R=39.38%
G=34.64%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116812600.120.340.2538.7733.6862.16
HexBFA87E0C221927223e
Octal2772501760144231474276
Binary101111111010100011111100110010001011001100111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA87E; }

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

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

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

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

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

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

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

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