Html Css Color HEX #BEA352 Sundance

📋 copy color: '#BEA352'

red 190 ◦ green 163 ◦ blue 82

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

Shades of Sundance #BEA352

Tints of Sundance #BEA352

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.47%

 BLUE value IS 82 (32.42% from 255) = 18.85%

R = 43.68%
G = 37.47%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BEA352 (or 0xBEA352) is known color: Sundance. HEX triplet: BE, A3 and 52. RGB value is (190,163,82). Sum of RGB (Red+Green+Blue) = 190+163+82=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA352 is #415CAD. Grayscale: #A2A2A2. Windows color (decimal): -4283566 or 5415870. OLE color: 5415870.

HSL color Cylindrical-coordinate representation of color #BEA352: hue angle of 45º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BEA352 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 163 82 -
CMYK 0 0.14 0.57 0.25
HSL 45º 0.45% 0.53% -
HSV(B) 45º 0.57% 0.75% -
XYZ 35.86 37.75 13.38 -
YUV 161.84 82.95 148.09 -
System Red Green Blue C M Y K H S L
Decimal 190 163 82 0 0.14 0.57 0.25 45 0.45 0.53
Hex BE A3 52 0 E 39 19 2D 2D 35
Octal 276 243 122 0 16 71 31 55 55 65
Binary 10111110 10100011 1010010 0 1110 111001 11001 101101 101101 110101

Color Harmonies of #BEA352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA352

Black with #BEA352

Text Example


Text Example

White with #BEA352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA352; }

 p { color: rgb(190,163,82); }

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

background-color css

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

 a { background-color: rgb(190,163,82); }

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

border-color css

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

 span { border-color: rgb(190,163,82); }

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