Html Css Color HEX #BEAC82 Pavlova

📋 copy color: '#BEAC82'

red 190 ◦ green 172 ◦ blue 130

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

Shades of Pavlova #BEAC82

Tints of Pavlova #BEAC82

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.96%

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

R = 38.62%
G = 34.96%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BEAC82 (or 0xBEAC82) is known color: Pavlova. HEX triplet: BE, AC and 82. RGB value is (190,172,130). Sum of RGB (Red+Green+Blue) = 190+172+130=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAC82 is #41537D. Grayscale: #ACACAC. Windows color (decimal): -4281214 or 8563902. OLE color: 8563902.

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

Color convert

RGB 190 172 130 -
CMYK 0 0.09 0.32 0.25
HSL 42º 0.32% 0.63% -
HSV(B) 42º 0.32% 0.75% -
XYZ 40.02 42.06 27.13 -
YUV 172.59 103.96 140.42 -
System Red Green Blue C M Y K H S L
Decimal 190 172 130 0 0.09 0.32 0.25 42 0.32 0.63
Hex BE AC 82 0 9 20 19 2A 20 3F
Octal 276 254 202 0 11 40 31 52 40 77
Binary 10111110 10101100 10000010 0 1001 100000 11001 101010 100000 111111

Color Harmonies of #BEAC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAC82

Black with #BEAC82

Text Example


Text Example

White with #BEAC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAC82; }

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

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

background-color css

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

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

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

border-color css

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

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

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