Html Css Color HEX #BEA34D Sundance

📋 copy color: '#BEA34D'

red 190 ◦ green 163 ◦ blue 77

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

Shades of Sundance #BEA34D

Tints of Sundance #BEA34D

RGB

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

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

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

R = 44.19%
G = 37.91%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BEA34D (or 0xBEA34D) is known color: Sundance. HEX triplet: BE, A3 and 4D. RGB value is (190,163,77). Sum of RGB (Red+Green+Blue) = 190+163+77=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA34D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA34D is #415CB2. Grayscale: #A1A1A1. Windows color (decimal): -4283571 or 5088190. OLE color: 5088190.

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

Color convert

RGB 190 163 77 -
CMYK 0 0.14 0.59 0.25
HSL 45.66º 0.47% 0.52% -
HSV(B) 45.66º 0.59% 0.75% -
XYZ 35.67 37.68 12.41 -
YUV 161.27 80.45 148.49 -
System Red Green Blue C M Y K H S L
Decimal 190 163 77 0 0.14 0.59 0.25 45.66 0.47 0.52
Hex BE A3 4D 0 E 3B 19 2E 2F 34
Octal 276 243 115 0 16 73 31 56 57 64
Binary 10111110 10100011 1001101 0 1110 111011 11001 101110 101111 110100

Color Harmonies of #BEA34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA34D

Black with #BEA34D

Text Example


Text Example

White with #BEA34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA34D; }

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

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

background-color css

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

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

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

border-color css

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

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

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