Html Css Color HEX #BEA848 Sundance

📋 copy color: '#BEA848'

red 190 ◦ green 168 ◦ blue 72

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

Shades of Sundance #BEA848

Tints of Sundance #BEA848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.74%

R = 44.19%
G = 39.07%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BEA848 (or 0xBEA848) is known color: Sundance. HEX triplet: BE, A8 and 48. RGB value is (190,168,72). Sum of RGB (Red+Green+Blue) = 190+168+72=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 72 (28.52% from 255 or 16.74% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA848 is #4157B7. Grayscale: #A4A4A4. Windows color (decimal): -4282296 or 4761790. OLE color: 4761790.

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

Color convert

RGB 190 168 72 -
CMYK 0 0.12 0.62 0.25
HSL 48.81º 0.48% 0.51% -
HSV(B) 48.81º 0.62% 0.75% -
XYZ 36.41 39.42 11.82 -
YUV 163.63 76.29 146.81 -
System Red Green Blue C M Y K H S L
Decimal 190 168 72 0 0.12 0.62 0.25 48.81 0.48 0.51
Hex BE A8 48 0 C 3E 19 31 30 33
Octal 276 250 110 0 14 76 31 61 60 63
Binary 10111110 10101000 1001000 0 1100 111110 11001 110001 110000 110011

Color Harmonies of #BEA848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA848

Black with #BEA848

Text Example


Text Example

White with #BEA848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA848; }

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

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

background-color css

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

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

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

border-color css

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

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

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