Html Css Color HEX #BEA74D Sundance

📋 copy color: '#BEA74D'

red 190 ◦ green 167 ◦ blue 77

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

Shades of Sundance #BEA74D

Tints of Sundance #BEA74D

RGB

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

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

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

R = 43.78%
G = 38.48%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BEA74D (or 0xBEA74D) is known color: Sundance. HEX triplet: BE, A7 and 4D. RGB value is (190,167,77). Sum of RGB (Red+Green+Blue) = 190+167+77=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA74D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA74D is #4158B2. Grayscale: #A4A4A4. Windows color (decimal): -4282547 or 5089214. OLE color: 5089214.

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

Color convert

RGB 190 167 77 -
CMYK 0 0.12 0.59 0.25
HSL 47.79º 0.47% 0.52% -
HSV(B) 47.79º 0.59% 0.75% -
XYZ 36.39 39.12 12.65 -
YUV 163.62 79.12 146.82 -
System Red Green Blue C M Y K H S L
Decimal 190 167 77 0 0.12 0.59 0.25 47.79 0.47 0.52
Hex BE A7 4D 0 C 3B 19 30 2F 34
Octal 276 247 115 0 14 73 31 60 57 64
Binary 10111110 10100111 1001101 0 1100 111011 11001 110000 101111 110100

Color Harmonies of #BEA74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA74D

Black with #BEA74D

Text Example


Text Example

White with #BEA74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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