Html Css Color HEX #BEAA86 Pavlova

📋 copy color: '#BEAA86'

red 190 ◦ green 170 ◦ blue 134

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

Shades of Pavlova #BEAA86

Tints of Pavlova #BEAA86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.13%

R = 38.46%
G = 34.41%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BEAA86 (or 0xBEAA86) is known color: Pavlova. HEX triplet: BE, AA and 86. RGB value is (190,170,134). Sum of RGB (Red+Green+Blue) = 190+170+134=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAA86 is #415579. Grayscale: #ACACAC. Windows color (decimal): -4281722 or 8825534. OLE color: 8825534.

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

Color convert

RGB 190 170 134 -
CMYK 0 0.11 0.29 0.25
HSL 38.57º 0.3% 0.64% -
HSV(B) 38.57º 0.29% 0.75% -
XYZ 39.91 41.42 28.45 -
YUV 171.88 106.63 140.93 -
System Red Green Blue C M Y K H S L
Decimal 190 170 134 0 0.11 0.29 0.25 38.57 0.3 0.64
Hex BE AA 86 0 B 1D 19 27 1E 40
Octal 276 252 206 0 13 35 31 47 36 100
Binary 10111110 10101010 10000110 0 1011 11101 11001 100111 11110 1000000

Color Harmonies of #BEAA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAA86

Black with #BEAA86

Text Example


Text Example

White with #BEAA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAA86; }

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

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

background-color css

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

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

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

border-color css

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

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

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