#BEAE8A

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

Shades of Pavlova #BEAE8A

Tints of Pavlova #BEAE8A

Color information

#BEAE8A (or 0xBEAE8A) is unknown color: approx Pavlova. HEX triplet: BE, AE and 8A. RGB value is (190,174,138). Sum of RGB (Red+Green+Blue) = 190+174+138=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAE8A is #415175. Grayscale: #AEAEAE. Windows color (decimal): -4280694 or 9088702. OLE color: 9088702.

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

Color convert

RGB190174138-
CMYK00.080.270.25
HSL41.54º28.57%64.31%-
HSV(B)41.54º27.37%74.51%-
XYZ40.9643.0530.2-
YUV174.68107.3138.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.85%
GREEN value IS 174 (68.36% from 255) = 34.66%
BLUE value IS 138 (54.30% from 255) = 27.49%
R=37.85%
G=34.66%
B=27.49%

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
Decimal19017413800.080.270.2541.5428.5764.31
HexBEAE8A081B192a1d40
Octal27625621201033315235100
Binary101111101010111010001010010001101111001101010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE8A; }

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

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

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

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

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

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

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

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