Html Css Color HEX #BEAB80 Pavlova

📋 copy color: '#BEAB80'

red 190 ◦ green 171 ◦ blue 128

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

Shades of Pavlova #BEAB80

Tints of Pavlova #BEAB80

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.97%

 BLUE value IS 128 (50.39% from 255) = 26.18%

R = 38.85%
G = 34.97%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BEAB80 (or 0xBEAB80) is known color: Pavlova. HEX triplet: BE, AB and 80. RGB value is (190,171,128). Sum of RGB (Red+Green+Blue) = 190+171+128=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAB80 is #41547F. Grayscale: #ABABAB. Windows color (decimal): -4281472 or 8432574. OLE color: 8432574.

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

Color convert

RGB 190 171 128 -
CMYK 0 0.10 0.33 0.25
HSL 41.61º 0.32% 0.62% -
HSV(B) 41.61º 0.33% 0.75% -
XYZ 39.69 41.63 26.37 -
YUV 171.78 103.29 141 -
System Red Green Blue C M Y K H S L
Decimal 190 171 128 0 0.10 0.33 0.25 41.61 0.32 0.62
Hex BE AB 80 0 A 21 19 2A 20 3E
Octal 276 253 200 0 12 41 31 52 40 76
Binary 10111110 10101011 10000000 0 1010 100001 11001 101010 100000 111110

Color Harmonies of #BEAB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB80

Black with #BEAB80

Text Example


Text Example

White with #BEAB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB80; }

 p { color: rgb(190,171,128); }

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

background-color css

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

 a { background-color: rgb(190,171,128); }

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

border-color css

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

 span { border-color: rgb(190,171,128); }

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