#BEAE8B

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

Shades of Pavlova #BEAE8B

Tints of Pavlova #BEAE8B

Color information

#BEAE8B (or 0xBEAE8B) is unknown color: approx Pavlova. HEX triplet: BE, AE and 8B. RGB value is (190,174,139). Sum of RGB (Red+Green+Blue) = 190+174+139=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAE8B is #415174. Grayscale: #AEAEAE. Windows color (decimal): -4280693 or 9154238. OLE color: 9154238.

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

Color convert

RGB190174139-
CMYK00.080.270.25
HSL41.18º28.18%64.51%-
HSV(B)41.18º26.84%74.51%-
XYZ41.0343.0830.58-
YUV174.79107.8138.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 174 (68.36% from 255) = 34.59%
BLUE value IS 139 (54.69% from 255) = 27.63%
R=37.77%
G=34.59%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017413900.080.270.2541.1828.1864.51
HexBEAE8B081B19291c41
Octal27625621301033315134101
Binary101111101010111010001011010001101111001101001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE8B; }

 p { color: rgb(190,174,139); }

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

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

 a { background-color: rgb(190,174,139); }

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

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

 span { border-color: rgb(190,174,139); }

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