Html Css Color HEX #BEA756 Sundance

📋 copy color: '#BEA756'

red 190 ◦ green 167 ◦ blue 86

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

Shades of Sundance #BEA756

Tints of Sundance #BEA756

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.7%

 BLUE value IS 86 (33.98% from 255) = 19.41%

R = 42.89%
G = 37.7%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BEA756 (or 0xBEA756) is known color: Sundance. HEX triplet: BE, A7 and 56. RGB value is (190,167,86). Sum of RGB (Red+Green+Blue) = 190+167+86=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 86 (33.98% from 255 or 19.41% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA756 is #4158A9. Grayscale: #A4A4A4. Windows color (decimal): -4282538 or 5679038. OLE color: 5679038.

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

Color convert

RGB 190 167 86 -
CMYK 0 0.12 0.55 0.25
HSL 46.73º 0.44% 0.54% -
HSV(B) 46.73º 0.55% 0.75% -
XYZ 36.73 39.26 14.45 -
YUV 164.64 83.62 146.09 -
System Red Green Blue C M Y K H S L
Decimal 190 167 86 0 0.12 0.55 0.25 46.73 0.44 0.54
Hex BE A7 56 0 C 37 19 2F 2C 36
Octal 276 247 126 0 14 67 31 57 54 66
Binary 10111110 10100111 1010110 0 1100 110111 11001 101111 101100 110110

Color Harmonies of #BEA756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA756

Black with #BEA756

Text Example


Text Example

White with #BEA756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA756; }

 p { color: rgb(190,167,86); }

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

background-color css

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

 a { background-color: rgb(190,167,86); }

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

border-color css

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

 span { border-color: rgb(190,167,86); }

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