#BEAF85

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

Shades of Pavlova #BEAF85

Tints of Pavlova #BEAF85

Color information

#BEAF85 (or 0xBEAF85) is unknown color: approx Pavlova. HEX triplet: BE, AF and 85. RGB value is (190,175,133). Sum of RGB (Red+Green+Blue) = 190+175+133=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAF85 is #41507A. Grayscale: #AEAEAE. Windows color (decimal): -4280443 or 8761278. OLE color: 8761278.

HSL color Cylindrical-coordinate representation of color #BEAF85: hue angle of 44.21º 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 #BEAF85 is Cyan = 0, Magento = 0.08, Yellow = 0.3 and Black (K on CMYK) = 0.25.

Color convert

RGB190175133-
CMYK00.080.30.25
HSL44.21º30.48%63.33%-
HSV(B)44.21º30%74.51%-
XYZ40.843.328.4-
YUV174.7104.47138.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 175 (68.75% from 255) = 35.14%
BLUE value IS 133 (52.34% from 255) = 26.71%
R=38.15%
G=35.14%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017513300.080.30.2544.2130.4863.33
HexBEAF85081E192c1e3f
Octal2762572050103631543677
Binary10111110101011111000010101000111101100110110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAF85; }

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

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

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

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

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

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

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

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