Html Css Color HEX #BEA552 Sundance

📋 copy color: '#BEA552'

red 190 ◦ green 165 ◦ blue 82

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

Shades of Sundance #BEA552

Tints of Sundance #BEA552

RGB

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

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

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

R = 43.48%
G = 37.76%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BEA552 (or 0xBEA552) is known color: Sundance. HEX triplet: BE, A5 and 52. RGB value is (190,165,82). Sum of RGB (Red+Green+Blue) = 190+165+82=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA552 is #415AAD. Grayscale: #A3A3A3. Windows color (decimal): -4283054 or 5416382. OLE color: 5416382.

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

Color convert

RGB 190 165 82 -
CMYK 0 0.13 0.57 0.25
HSL 46.11º 0.45% 0.53% -
HSV(B) 46.11º 0.57% 0.75% -
XYZ 36.21 38.47 13.5 -
YUV 163.01 82.28 147.25 -
System Red Green Blue C M Y K H S L
Decimal 190 165 82 0 0.13 0.57 0.25 46.11 0.45 0.53
Hex BE A5 52 0 D 39 19 2E 2D 35
Octal 276 245 122 0 15 71 31 56 55 65
Binary 10111110 10100101 1010010 0 1101 111001 11001 101110 101101 110101

Color Harmonies of #BEA552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA552

Black with #BEA552

Text Example


Text Example

White with #BEA552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA552; }

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

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

background-color css

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

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

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

border-color css

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

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

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