Html Css Color HEX #BEAD4C Sundance

📋 copy color: '#BEAD4C'

red 190 ◦ green 173 ◦ blue 76

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

Shades of Sundance #BEAD4C

Tints of Sundance #BEAD4C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.41%

 BLUE value IS 76 (30.08% from 255) = 17.31%

R = 43.28%
G = 39.41%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BEAD4C (or 0xBEAD4C) is known color: Sundance. HEX triplet: BE, AD and 4C. RGB value is (190,173,76). Sum of RGB (Red+Green+Blue) = 190+173+76=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAD4C is #4152B3. Grayscale: #A7A7A7. Windows color (decimal): -4281012 or 5025214. OLE color: 5025214.

HSL color Cylindrical-coordinate representation of color #BEAD4C: hue angle of 51.05º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BEAD4C is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 173 76 -
CMYK 0 0.09 0.60 0.25
HSL 51.05º 0.47% 0.52% -
HSV(B) 51.05º 0.6% 0.75% -
XYZ 37.48 41.36 12.84 -
YUV 167.03 76.63 144.39 -
System Red Green Blue C M Y K H S L
Decimal 190 173 76 0 0.09 0.60 0.25 51.05 0.47 0.52
Hex BE AD 4C 0 9 3C 19 33 2F 34
Octal 276 255 114 0 11 74 31 63 57 64
Binary 10111110 10101101 1001100 0 1001 111100 11001 110011 101111 110100

Color Harmonies of #BEAD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAD4C

Black with #BEAD4C

Text Example


Text Example

White with #BEAD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAD4C; }

 p { color: rgb(190,173,76); }

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

background-color css

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

 a { background-color: rgb(190,173,76); }

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

border-color css

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

 span { border-color: rgb(190,173,76); }

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