Html Css Color HEX #BEA582 Pavlova

📋 copy color: '#BEA582'

red 190 ◦ green 165 ◦ blue 130

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

Shades of Pavlova #BEA582

Tints of Pavlova #BEA582

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.02%

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

R = 39.18%
G = 34.02%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BEA582 (or 0xBEA582) is known color: Pavlova. HEX triplet: BE, A5 and 82. RGB value is (190,165,130). Sum of RGB (Red+Green+Blue) = 190+165+130=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA582 is #415A7D. Grayscale: #A8A8A8. Windows color (decimal): -4283006 or 8562110. OLE color: 8562110.

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

Color convert

RGB 190 165 130 -
CMYK 0 0.13 0.32 0.25
HSL 35º 0.32% 0.63% -
HSV(B) 35º 0.32% 0.75% -
XYZ 38.72 39.47 26.7 -
YUV 168.49 106.28 143.35 -
System Red Green Blue C M Y K H S L
Decimal 190 165 130 0 0.13 0.32 0.25 35 0.32 0.63
Hex BE A5 82 0 D 20 19 23 20 3F
Octal 276 245 202 0 15 40 31 43 40 77
Binary 10111110 10100101 10000010 0 1101 100000 11001 100011 100000 111111

Color Harmonies of #BEA582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA582

Black with #BEA582

Text Example


Text Example

White with #BEA582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA582; }

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

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

background-color css

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

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

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

border-color css

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

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

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