Html Css Color HEX #BEA846 Sundance

📋 copy color: '#BEA846'

red 190 ◦ green 168 ◦ blue 70

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

Shades of Sundance #BEA846

Tints of Sundance #BEA846

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.25%

 BLUE value IS 70 (27.73% from 255) = 16.36%

R = 44.39%
G = 39.25%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BEA846 (or 0xBEA846) is known color: Sundance. HEX triplet: BE, A8 and 46. RGB value is (190,168,70). Sum of RGB (Red+Green+Blue) = 190+168+70=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 70 (27.73% from 255 or 16.36% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA846 is #4157B9. Grayscale: #A3A3A3. Windows color (decimal): -4282298 or 4630718. OLE color: 4630718.

HSL color Cylindrical-coordinate representation of color #BEA846: hue angle of 49º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BEA846 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 168 70 -
CMYK 0 0.12 0.63 0.25
HSL 49º 0.48% 0.51% -
HSV(B) 49º 0.63% 0.75% -
XYZ 36.34 39.39 11.48 -
YUV 163.41 75.29 146.97 -
System Red Green Blue C M Y K H S L
Decimal 190 168 70 0 0.12 0.63 0.25 49 0.48 0.51
Hex BE A8 46 0 C 3F 19 31 30 33
Octal 276 250 106 0 14 77 31 61 60 63
Binary 10111110 10101000 1000110 0 1100 111111 11001 110001 110000 110011

Color Harmonies of #BEA846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA846

Black with #BEA846

Text Example


Text Example

White with #BEA846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA846; }

 p { color: rgb(190,168,70); }

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

background-color css

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

 a { background-color: rgb(190,168,70); }

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

border-color css

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

 span { border-color: rgb(190,168,70); }

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