Html Css Color HEX #BEA14C Sundance

📋 copy color: '#BEA14C'

red 190 ◦ green 161 ◦ blue 76

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

Shades of Sundance #BEA14C

Tints of Sundance #BEA14C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.7%

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

R = 44.5%
G = 37.7%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BEA14C (or 0xBEA14C) is known color: Sundance. HEX triplet: BE, A1 and 4C. RGB value is (190,161,76). Sum of RGB (Red+Green+Blue) = 190+161+76=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 76 (30.08% from 255 or 17.80% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA14C is #415EB3. Grayscale: #A0A0A0. Windows color (decimal): -4284084 or 5022142. OLE color: 5022142.

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

Color convert

RGB 190 161 76 -
CMYK 0 0.15 0.60 0.25
HSL 44.74º 0.47% 0.52% -
HSV(B) 44.74º 0.6% 0.75% -
XYZ 35.28 36.96 12.11 -
YUV 159.98 80.61 149.41 -
System Red Green Blue C M Y K H S L
Decimal 190 161 76 0 0.15 0.60 0.25 44.74 0.47 0.52
Hex BE A1 4C 0 F 3C 19 2D 2F 34
Octal 276 241 114 0 17 74 31 55 57 64
Binary 10111110 10100001 1001100 0 1111 111100 11001 101101 101111 110100

Color Harmonies of #BEA14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA14C

Black with #BEA14C

Text Example


Text Example

White with #BEA14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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