Html Css Color HEX #BEAE4D Sundance

📋 copy color: '#BEAE4D'

red 190 ◦ green 174 ◦ blue 77

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

Shades of Sundance #BEAE4D

Tints of Sundance #BEAE4D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.46%

 BLUE value IS 77 (30.47% from 255) = 17.46%

R = 43.08%
G = 39.46%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BEAE4D (or 0xBEAE4D) is known color: Sundance. HEX triplet: BE, AE and 4D. RGB value is (190,174,77). Sum of RGB (Red+Green+Blue) = 190+174+77=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAE4D is #4151B2. Grayscale: #A8A8A8. Windows color (decimal): -4280755 or 5091006. OLE color: 5091006.

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

Color convert

RGB 190 174 77 -
CMYK 0 0.08 0.59 0.25
HSL 51.5º 0.47% 0.52% -
HSV(B) 51.5º 0.59% 0.75% -
XYZ 37.71 41.76 13.09 -
YUV 167.73 76.8 143.89 -
System Red Green Blue C M Y K H S L
Decimal 190 174 77 0 0.08 0.59 0.25 51.5 0.47 0.52
Hex BE AE 4D 0 8 3B 19 34 2F 34
Octal 276 256 115 0 10 73 31 64 57 64
Binary 10111110 10101110 1001101 0 1000 111011 11001 110100 101111 110100

Color Harmonies of #BEAE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAE4D

Black with #BEAE4D

Text Example


Text Example

White with #BEAE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAE4D; }

 p { color: rgb(190,174,77); }

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

background-color css

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

 a { background-color: rgb(190,174,77); }

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

border-color css

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

 span { border-color: rgb(190,174,77); }

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