Html Css Color HEX #BEA144 Brass

📋 copy color: '#BEA144'

red 190 ◦ green 161 ◦ blue 68

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

Shades of Brass #BEA144

Tints of Brass #BEA144

RGB

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

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

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

R = 45.35%
G = 38.42%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BEA144 (or 0xBEA144) is known color: Brass. HEX triplet: BE, A1 and 44. RGB value is (190,161,68). Sum of RGB (Red+Green+Blue) = 190+161+68=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 68 (26.95% from 255 or 16.23% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA144 is #415EBB. Grayscale: #9F9F9F. Windows color (decimal): -4284092 or 4497854. OLE color: 4497854.

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

Color convert

RGB 190 161 68 -
CMYK 0 0.15 0.64 0.25
HSL 45.74º 0.48% 0.51% -
HSV(B) 45.74º 0.64% 0.75% -
XYZ 35.02 36.85 10.74 -
YUV 159.07 76.61 150.06 -
System Red Green Blue C M Y K H S L
Decimal 190 161 68 0 0.15 0.64 0.25 45.74 0.48 0.51
Hex BE A1 44 0 F 40 19 2E 30 33
Octal 276 241 104 0 17 100 31 56 60 63
Binary 10111110 10100001 1000100 0 1111 1000000 11001 101110 110000 110011

Color Harmonies of #BEA144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA144

Black with #BEA144

Text Example


Text Example

White with #BEA144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA144; }

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

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

background-color css

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

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

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

border-color css

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

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

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