Html Css Color HEX #B5A039 Brass

📋 copy color: '#B5A039'

red 181 ◦ green 160 ◦ blue 57

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

Shades of Brass #B5A039

Tints of Brass #B5A039

RGB

 RED value IS 181 (71.09% from 255) = 45.48%

 GREEN value IS 160 (62.89% from 255) = 40.2%

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

R = 45.48%
G = 40.2%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B5A039 (or 0xB5A039) is known color: Brass. HEX triplet: B5, A0 and 39. RGB value is (181,160,57). Sum of RGB (Red+Green+Blue) = 181+160+57=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 57 (22.66% from 255 or 14.32% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A039 is #4A5FC6. Grayscale: #9A9A9A. Windows color (decimal): -4874183 or 3776693. OLE color: 3776693.

HSL color Cylindrical-coordinate representation of color #B5A039: hue angle of 49.84º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5A039 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 160 57 -
CMYK 0 0.12 0.69 0.29
HSL 49.84º 0.52% 0.47% -
HSV(B) 49.84º 0.69% 0.71% -
XYZ 32.37 35.26 8.97 -
YUV 154.54 72.96 146.88 -
System Red Green Blue C M Y K H S L
Decimal 181 160 57 0 0.12 0.69 0.29 49.84 0.52 0.47
Hex B5 A0 39 0 C 45 1D 32 34 2F
Octal 265 240 71 0 14 105 35 62 64 57
Binary 10110101 10100000 111001 0 1100 1000101 11101 110010 110100 101111

Color Harmonies of #B5A039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A039

Black with #B5A039

Text Example


Text Example

White with #B5A039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A039; }

 p { color: rgb(181,160,57); }

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

background-color css

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

 a { background-color: rgb(181,160,57); }

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

border-color css

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

 span { border-color: rgb(181,160,57); }

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