Html Css Color HEX #BEA844 Brass

📋 copy color: '#BEA844'

red 190 ◦ green 168 ◦ blue 68

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

Shades of Brass #BEA844

Tints of Brass #BEA844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.96%

R = 44.6%
G = 39.44%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BEA844 (or 0xBEA844) is known color: Brass. HEX triplet: BE, A8 and 44. RGB value is (190,168,68). Sum of RGB (Red+Green+Blue) = 190+168+68=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 68 (26.95% from 255 or 15.96% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA844 is #4157BB. Grayscale: #A3A3A3. Windows color (decimal): -4282300 or 4499646. OLE color: 4499646.

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

Color convert

RGB 190 168 68 -
CMYK 0 0.12 0.64 0.25
HSL 49.18º 0.48% 0.51% -
HSV(B) 49.18º 0.64% 0.75% -
XYZ 36.28 39.37 11.16 -
YUV 163.18 74.29 147.13 -
System Red Green Blue C M Y K H S L
Decimal 190 168 68 0 0.12 0.64 0.25 49.18 0.48 0.51
Hex BE A8 44 0 C 40 19 31 30 33
Octal 276 250 104 0 14 100 31 61 60 63
Binary 10111110 10101000 1000100 0 1100 1000000 11001 110001 110000 110011

Color Harmonies of #BEA844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA844

Black with #BEA844

Text Example


Text Example

White with #BEA844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA844; }

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

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

background-color css

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

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

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

border-color css

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

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

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