#BEA67E

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

Shades of Pavlova #BEA67E

Tints of Pavlova #BEA67E

Color information

#BEA67E (or 0xBEA67E) is unknown color: approx Pavlova. HEX triplet: BE, A6 and 7E. RGB value is (190,166,126). Sum of RGB (Red+Green+Blue) = 190+166+126=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA67E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA67E is #415981. Grayscale: #A8A8A8. Windows color (decimal): -4282754 or 8300222. OLE color: 8300222.

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

Color convert

RGB190166126-
CMYK00.130.340.25
HSL37.5º32.99%61.96%-
HSV(B)37.5º33.68%74.51%-
XYZ38.6439.7325.37-
YUV168.62103.95143.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.42%
GREEN value IS 166 (65.23% from 255) = 34.44%
BLUE value IS 126 (49.61% from 255) = 26.14%
R=39.42%
G=34.44%
B=26.14%

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
Decimal19016612600.130.340.2537.532.9961.96
HexBEA67E0D221926213e
Octal2762461760154231464176
Binary101111101010011011111100110110001011001100110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA67E; }

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

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

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

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

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

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

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

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