Html Css Color HEX #BEA34A Sundance

📋 copy color: '#BEA34A'

red 190 ◦ green 163 ◦ blue 74

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

Shades of Sundance #BEA34A

Tints of Sundance #BEA34A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.17%

 BLUE value IS 74 (29.3% from 255) = 17.33%

R = 44.5%
G = 38.17%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BEA34A (or 0xBEA34A) is known color: Sundance. HEX triplet: BE, A3 and 4A. RGB value is (190,163,74). Sum of RGB (Red+Green+Blue) = 190+163+74=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 74 (29.30% from 255 or 17.33% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA34A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA34A is #415CB5. Grayscale: #A1A1A1. Windows color (decimal): -4283574 or 4891582. OLE color: 4891582.

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

Color convert

RGB 190 163 74 -
CMYK 0 0.14 0.61 0.25
HSL 46.03º 0.47% 0.52% -
HSV(B) 46.03º 0.61% 0.75% -
XYZ 35.57 37.64 11.87 -
YUV 160.93 78.95 148.74 -
System Red Green Blue C M Y K H S L
Decimal 190 163 74 0 0.14 0.61 0.25 46.03 0.47 0.52
Hex BE A3 4A 0 E 3D 19 2E 2F 34
Octal 276 243 112 0 16 75 31 56 57 64
Binary 10111110 10100011 1001010 0 1110 111101 11001 101110 101111 110100

Color Harmonies of #BEA34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA34A

Black with #BEA34A

Text Example


Text Example

White with #BEA34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA34A; }

 p { color: rgb(190,163,74); }

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

background-color css

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

 a { background-color: rgb(190,163,74); }

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

border-color css

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

 span { border-color: rgb(190,163,74); }

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