Html Css Color HEX #BEAA8A Pavlova

📋 copy color: '#BEAA8A'

red 190 ◦ green 170 ◦ blue 138

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

Shades of Pavlova #BEAA8A

Tints of Pavlova #BEAA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.71%

R = 38.15%
G = 34.14%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BEAA8A (or 0xBEAA8A) is known color: Pavlova. HEX triplet: BE, AA and 8A. RGB value is (190,170,138). Sum of RGB (Red+Green+Blue) = 190+170+138=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAA8A is #415575. Grayscale: #ACACAC. Windows color (decimal): -4281718 or 9087678. OLE color: 9087678.

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

Color convert

RGB 190 170 138 -
CMYK 0 0.11 0.27 0.25
HSL 36.92º 0.29% 0.64% -
HSV(B) 36.92º 0.27% 0.75% -
XYZ 40.2 41.53 29.94 -
YUV 172.33 108.63 140.6 -
System Red Green Blue C M Y K H S L
Decimal 190 170 138 0 0.11 0.27 0.25 36.92 0.29 0.64
Hex BE AA 8A 0 B 1B 19 25 1D 40
Octal 276 252 212 0 13 33 31 45 35 100
Binary 10111110 10101010 10001010 0 1011 11011 11001 100101 11101 1000000

Color Harmonies of #BEAA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAA8A

Black with #BEAA8A

Text Example


Text Example

White with #BEAA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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