#BEAF8E

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

Shades of Pavlova #BEAF8E

Tints of Pavlova #BEAF8E

Color information

#BEAF8E (or 0xBEAF8E) is unknown color: approx Pavlova. HEX triplet: BE, AF and 8E. RGB value is (190,175,142). Sum of RGB (Red+Green+Blue) = 190+175+142=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAF8E is #415071. Grayscale: #AFAFAF. Windows color (decimal): -4280434 or 9351102. OLE color: 9351102.

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

Color convert

RGB190175142-
CMYK00.080.250.25
HSL41.25º26.97%65.1%-
HSV(B)41.25º25.26%74.51%-
XYZ41.4543.5631.81-
YUV175.72108.97138.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.48%
GREEN value IS 175 (68.75% from 255) = 34.52%
BLUE value IS 142 (55.86% from 255) = 28.01%
R=37.48%
G=34.52%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017514200.080.250.2541.2526.9765.1
HexBEAF8E081919291b41
Octal27625721601031315133101
Binary101111101010111110001110010001100111001101001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAF8E; }

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

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

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

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

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

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

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

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