#BEA577

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

Shades of Pavlova #BEA577

Tints of Pavlova #BEA577

Color information

#BEA577 (or 0xBEA577) is unknown color: approx Pavlova. HEX triplet: BE, A5 and 77. RGB value is (190,165,119). Sum of RGB (Red+Green+Blue) = 190+165+119=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA577 is #415A88. Grayscale: #A7A7A7. Windows color (decimal): -4283017 or 7841214. OLE color: 7841214.

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

Color convert

RGB190165119-
CMYK00.130.370.25
HSL38.87º35.32%60.59%-
HSV(B)38.87º37.37%74.51%-
XYZ38.0239.1923.01-
YUV167.23100.78144.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.08%
GREEN value IS 165 (64.84% from 255) = 34.81%
BLUE value IS 119 (46.88% from 255) = 25.11%
R=40.08%
G=34.81%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016511900.130.370.2538.8735.3260.59
HexBEA5770D251927233d
Octal2762451670154531474375
Binary101111101010010111101110110110010111001100111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA577; }

 p { color: rgb(190,165,119); }

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

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

 a { background-color: rgb(190,165,119); }

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

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

 span { border-color: rgb(190,165,119); }

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