#BFA67E

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

Shades of Pavlova #BFA67E

Tints of Pavlova #BFA67E

Color information

#BFA67E (or 0xBFA67E) is unknown color: approx Pavlova. HEX triplet: BF, A6 and 7E. RGB value is (191,166,126). Sum of RGB (Red+Green+Blue) = 191+166+126=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA67E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA67E is #405981. Grayscale: #A9A9A9. Windows color (decimal): -4217218 or 8300223. OLE color: 8300223.

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

Color convert

RGB191166126-
CMYK00.130.340.25
HSL36.92º33.68%62.16%-
HSV(B)36.92º34.03%74.9%-
XYZ38.8939.8625.38-
YUV168.92103.78143.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.54%
GREEN value IS 166 (65.23% from 255) = 34.37%
BLUE value IS 126 (49.61% from 255) = 26.09%
R=39.54%
G=34.37%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116612600.130.340.2536.9233.6862.16
HexBFA67E0D221925223e
Octal2772461760154231454276
Binary101111111010011011111100110110001011001100101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA67E; }

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

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

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

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

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

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

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

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