Html Css Color HEX #BEAB82 Pavlova

📋 copy color: '#BEAB82'

red 190 ◦ green 171 ◦ blue 130

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

Shades of Pavlova #BEAB82

Tints of Pavlova #BEAB82

RGB

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

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

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

R = 38.7%
G = 34.83%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BEAB82 (or 0xBEAB82) is known color: Pavlova. HEX triplet: BE, AB and 82. RGB value is (190,171,130). Sum of RGB (Red+Green+Blue) = 190+171+130=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAB82 is #41547D. Grayscale: #ACACAC. Windows color (decimal): -4281470 or 8563646. OLE color: 8563646.

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

Color convert

RGB 190 171 130 -
CMYK 0 0.10 0.32 0.25
HSL 41º 0.32% 0.63% -
HSV(B) 41º 0.32% 0.75% -
XYZ 39.83 41.68 27.07 -
YUV 172.01 104.29 140.83 -
System Red Green Blue C M Y K H S L
Decimal 190 171 130 0 0.10 0.32 0.25 41 0.32 0.63
Hex BE AB 82 0 A 20 19 29 20 3F
Octal 276 253 202 0 12 40 31 51 40 77
Binary 10111110 10101011 10000010 0 1010 100000 11001 101001 100000 111111

Color Harmonies of #BEAB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB82

Black with #BEAB82

Text Example


Text Example

White with #BEAB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB82; }

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

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

background-color css

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

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

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

border-color css

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

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

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