#BEA786

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

Shades of Pavlova #BEA786

Tints of Pavlova #BEA786

Color information

#BEA786 (or 0xBEA786) is unknown color: approx Pavlova. HEX triplet: BE, A7 and 86. RGB value is (190,167,134). Sum of RGB (Red+Green+Blue) = 190+167+134=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA786 is #415879. Grayscale: #AAAAAA. Windows color (decimal): -4282490 or 8824766. OLE color: 8824766.

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

Color convert

RGB190167134-
CMYK00.120.290.25
HSL35.36º30.11%63.53%-
HSV(B)35.36º29.47%74.51%-
XYZ39.3640.3128.26-
YUV170.12107.62142.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 167 (65.62% from 255) = 34.01%
BLUE value IS 134 (52.73% from 255) = 27.29%
R=38.70%
G=34.01%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016713400.120.290.2535.3630.1163.53
HexBEA7860C1D19231e40
Octal27624720601435314336100
Binary101111101010011110000110011001110111001100011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA786; }

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

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

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

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

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

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

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

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