#BEA885

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

Shades of Pavlova #BEA885

Tints of Pavlova #BEA885

Color information

#BEA885 (or 0xBEA885) is unknown color: approx Pavlova. HEX triplet: BE, A8 and 85. RGB value is (190,168,133). Sum of RGB (Red+Green+Blue) = 190+168+133=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA885 is #41577A. Grayscale: #AAAAAA. Windows color (decimal): -4282235 or 8759486. OLE color: 8759486.

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

Color convert

RGB190168133-
CMYK00.120.30.25
HSL36.84º30.48%63.33%-
HSV(B)36.84º30%74.51%-
XYZ39.4740.6527.96-
YUV170.59106.79141.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 168 (66.02% from 255) = 34.22%
BLUE value IS 133 (52.34% from 255) = 27.09%
R=38.70%
G=34.22%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016813300.120.30.2536.8430.4863.33
HexBEA8850C1E19251e3f
Octal2762502050143631453677
Binary10111110101010001000010101100111101100110010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA885; }

 p { color: rgb(190,168,133); }

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

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

 a { background-color: rgb(190,168,133); }

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

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

 span { border-color: rgb(190,168,133); }

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