Html Css Color HEX #BEA239 Brass

📋 copy color: '#BEA239'

red 190 ◦ green 162 ◦ blue 57

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

Shades of Brass #BEA239

Tints of Brass #BEA239

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.61%

 BLUE value IS 57 (22.66% from 255) = 13.94%

R = 46.45%
G = 39.61%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.7

 K value IS 0.25

RGB Variations

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

Color information

#BEA239 (or 0xBEA239) is known color: Brass. HEX triplet: BE, A2 and 39. RGB value is (190,162,57). Sum of RGB (Red+Green+Blue) = 190+162+57=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 57 (22.66% from 255 or 13.94% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA239 is #415DC6. Grayscale: #9E9E9E. Windows color (decimal): -4283847 or 3777214. OLE color: 3777214.

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

Color convert

RGB 190 162 57 -
CMYK 0 0.15 0.7 0.25
HSL 47.37º 0.54% 0.48% -
HSV(B) 47.37º 0.7% 0.75% -
XYZ 34.89 37.08 9.19 -
YUV 158.4 70.78 150.54 -
System Red Green Blue C M Y K H S L
Decimal 190 162 57 0 0.15 0.7 0.25 47.37 0.54 0.48
Hex BE A2 39 0 F 46 19 2F 36 30
Octal 276 242 71 0 17 106 31 57 66 60
Binary 10111110 10100010 111001 0 1111 1000110 11001 101111 110110 110000

Color Harmonies of #BEA239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA239

Black with #BEA239

Text Example


Text Example

White with #BEA239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA239; }

 p { color: rgb(190,162,57); }

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

background-color css

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

 a { background-color: rgb(190,162,57); }

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

border-color css

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

 span { border-color: rgb(190,162,57); }

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