Html Css Color HEX #BEA64C Sundance

📋 copy color: '#BEA64C'

red 190 ◦ green 166 ◦ blue 76

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

Shades of Sundance #BEA64C

Tints of Sundance #BEA64C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.43%

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

R = 43.98%
G = 38.43%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BEA64C (or 0xBEA64C) is known color: Sundance. HEX triplet: BE, A6 and 4C. RGB value is (190,166,76). Sum of RGB (Red+Green+Blue) = 190+166+76=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 76 (30.08% from 255 or 17.59% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA64C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA64C is #4159B3. Grayscale: #A3A3A3. Windows color (decimal): -4282804 or 5023422. OLE color: 5023422.

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

Color convert

RGB 190 166 76 -
CMYK 0 0.13 0.60 0.25
HSL 47.37º 0.47% 0.52% -
HSV(B) 47.37º 0.6% 0.75% -
XYZ 36.18 38.74 12.41 -
YUV 162.92 78.95 147.32 -
System Red Green Blue C M Y K H S L
Decimal 190 166 76 0 0.13 0.60 0.25 47.37 0.47 0.52
Hex BE A6 4C 0 D 3C 19 2F 2F 34
Octal 276 246 114 0 15 74 31 57 57 64
Binary 10111110 10100110 1001100 0 1101 111100 11001 101111 101111 110100

Color Harmonies of #BEA64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA64C

Black with #BEA64C

Text Example


Text Example

White with #BEA64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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