#BEA67F

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

Shades of Pavlova #BEA67F

Tints of Pavlova #BEA67F

Color information

#BEA67F (or 0xBEA67F) is unknown color: approx Pavlova. HEX triplet: BE, A6 and 7F. RGB value is (190,166,127). Sum of RGB (Red+Green+Blue) = 190+166+127=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA67F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA67F is #415980. Grayscale: #A8A8A8. Windows color (decimal): -4282753 or 8365758. OLE color: 8365758.

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

Color convert

RGB190166127-
CMYK00.130.330.25
HSL37.14º32.64%62.16%-
HSV(B)37.14º33.16%74.51%-
XYZ38.739.7525.71-
YUV168.73104.45143.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 166 (65.23% from 255) = 34.37%
BLUE value IS 127 (50% from 255) = 26.29%
R=39.34%
G=34.37%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016612700.130.330.2537.1432.6462.16
HexBEA67F0D211925213e
Octal2762461770154131454176
Binary101111101010011011111110110110000111001100101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA67F; }

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

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

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

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

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

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

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

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