Html Css Color HEX #BEAA82 Pavlova

📋 copy color: '#BEAA82'

red 190 ◦ green 170 ◦ blue 130

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

Shades of Pavlova #BEAA82

Tints of Pavlova #BEAA82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.53%

R = 38.78%
G = 34.69%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BEAA82 (or 0xBEAA82) is known color: Pavlova. HEX triplet: BE, AA and 82. RGB value is (190,170,130). Sum of RGB (Red+Green+Blue) = 190+170+130=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAA82 is #41557D. Grayscale: #ABABAB. Windows color (decimal): -4281726 or 8563390. OLE color: 8563390.

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

Color convert

RGB 190 170 130 -
CMYK 0 0.11 0.32 0.25
HSL 40º 0.32% 0.63% -
HSV(B) 40º 0.32% 0.75% -
XYZ 39.64 41.31 27 -
YUV 171.42 104.63 141.25 -
System Red Green Blue C M Y K H S L
Decimal 190 170 130 0 0.11 0.32 0.25 40 0.32 0.63
Hex BE AA 82 0 B 20 19 28 20 3F
Octal 276 252 202 0 13 40 31 50 40 77
Binary 10111110 10101010 10000010 0 1011 100000 11001 101000 100000 111111

Color Harmonies of #BEAA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAA82

Black with #BEAA82

Text Example


Text Example

White with #BEAA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAA82; }

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

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

background-color css

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

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

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

border-color css

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

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

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