Html Css Color HEX #BEAA8E Pavlova

📋 copy color: '#BEAA8E'

red 190 ◦ green 170 ◦ blue 142

#BEAA8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pavlova #BEAA8E

Tints of Pavlova #BEAA8E

RGB

 RED value IS 190 (74.61% from 255) = 37.85%

 GREEN value IS 170 (66.8% from 255) = 33.86%

 BLUE value IS 142 (55.86% from 255) = 28.29%

R = 37.85%
G = 33.86%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BEAA8E (or 0xBEAA8E) is known color: Pavlova. HEX triplet: BE, AA and 8E. RGB value is (190,170,142). Sum of RGB (Red+Green+Blue) = 190+170+142=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 142 (55.86% from 255 or 28.29% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAA8E is #415571. Grayscale: #ACACAC. Windows color (decimal): -4281714 or 9349822. OLE color: 9349822.

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

Color convert

RGB 190 170 142 -
CMYK 0 0.11 0.25 0.25
HSL 35º 0.27% 0.65% -
HSV(B) 35º 0.25% 0.75% -
XYZ 40.49 41.65 31.5 -
YUV 172.79 110.63 140.28 -
System Red Green Blue C M Y K H S L
Decimal 190 170 142 0 0.11 0.25 0.25 35 0.27 0.65
Hex BE AA 8E 0 B 19 19 23 1B 41
Octal 276 252 216 0 13 31 31 43 33 101
Binary 10111110 10101010 10001110 0 1011 11001 11001 100011 11011 1000001

Color Harmonies of #BEAA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAA8E

Black with #BEAA8E

Text Example


Text Example

White with #BEAA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAA8E; }

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

 H1.HeaderClassName
 {
   color: #BEAA8E;
 }
 .AnyTagClassName
 {
   color: #BEAA8E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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