Html Css Color HEX #BEB053 Sundance

📋 copy color: '#BEB053'

red 190 ◦ green 176 ◦ blue 83

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

Shades of Sundance #BEB053

Tints of Sundance #BEB053

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.2%

 BLUE value IS 83 (32.81% from 255) = 18.49%

R = 42.32%
G = 39.2%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BEB053 (or 0xBEB053) is known color: Sundance. HEX triplet: BE, B0 and 53. RGB value is (190,176,83). Sum of RGB (Red+Green+Blue) = 190+176+83=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB053 is #414FAC. Grayscale: #A9A9A9. Windows color (decimal): -4280237 or 5484734. OLE color: 5484734.

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

Color convert

RGB 190 176 83 -
CMYK 0 0.07 0.56 0.25
HSL 52.15º 0.45% 0.54% -
HSV(B) 52.15º 0.56% 0.75% -
XYZ 38.32 42.62 14.39 -
YUV 169.58 79.14 142.56 -
System Red Green Blue C M Y K H S L
Decimal 190 176 83 0 0.07 0.56 0.25 52.15 0.45 0.54
Hex BE B0 53 0 7 38 19 34 2D 36
Octal 276 260 123 0 7 70 31 64 55 66
Binary 10111110 10110000 1010011 0 111 111000 11001 110100 101101 110110

Color Harmonies of #BEB053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB053

Black with #BEB053

Text Example


Text Example

White with #BEB053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB053; }

 p { color: rgb(190,176,83); }

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

background-color css

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

 a { background-color: rgb(190,176,83); }

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

border-color css

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

 span { border-color: rgb(190,176,83); }

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