#BEA680

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

Shades of Pavlova #BEA680

Tints of Pavlova #BEA680

Color information

#BEA680 (or 0xBEA680) is unknown color: approx Pavlova. HEX triplet: BE, A6 and 80. RGB value is (190,166,128). Sum of RGB (Red+Green+Blue) = 190+166+128=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA680 is #41597F. Grayscale: #A9A9A9. Windows color (decimal): -4282752 or 8431294. OLE color: 8431294.

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

Color convert

RGB190166128-
CMYK00.130.330.25
HSL36.77º32.29%62.35%-
HSV(B)36.77º32.63%74.51%-
XYZ38.7739.7826.06-
YUV168.84104.95143.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 166 (65.23% from 255) = 34.30%
BLUE value IS 128 (50.39% from 255) = 26.45%
R=39.26%
G=34.30%
B=26.45%

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
Decimal19016612800.130.330.2536.7732.2962.35
HexBEA6800D211925203e
Octal2762462000154131454076
Binary1011111010100110100000000110110000111001100101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA680; }

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

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

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

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

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

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

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

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