#BEA781

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

Shades of Pavlova #BEA781

Tints of Pavlova #BEA781

Color information

#BEA781 (or 0xBEA781) is unknown color: approx Pavlova. HEX triplet: BE, A7 and 81. RGB value is (190,167,129). Sum of RGB (Red+Green+Blue) = 190+167+129=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA781 is #41587E. Grayscale: #A9A9A9. Windows color (decimal): -4282495 or 8497086. OLE color: 8497086.

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

Color convert

RGB190167129-
CMYK00.120.320.25
HSL37.38º31.94%62.55%-
HSV(B)37.38º32.11%74.51%-
XYZ39.0240.1726.47-
YUV169.54105.12142.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.09%
GREEN value IS 167 (65.62% from 255) = 34.36%
BLUE value IS 129 (50.78% from 255) = 26.54%
R=39.09%
G=34.36%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016712900.120.320.2537.3831.9462.55
HexBEA7810C201925203f
Octal2762472010144031454077
Binary1011111010100111100000010110010000011001100101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA781; }

 p { color: rgb(190,167,129); }

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

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

 a { background-color: rgb(190,167,129); }

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

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

 span { border-color: rgb(190,167,129); }

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