Html Css Color HEX #B5A146 Brass

📋 copy color: '#B5A146'

red 181 ◦ green 161 ◦ blue 70

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

Shades of Brass #B5A146

Tints of Brass #B5A146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.99%

R = 43.93%
G = 39.08%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B5A146 (or 0xB5A146) is known color: Brass. HEX triplet: B5, A1 and 46. RGB value is (181,161,70). Sum of RGB (Red+Green+Blue) = 181+161+70=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A146 is #4A5EB9. Grayscale: #9C9C9C. Windows color (decimal): -4873914 or 4628917. OLE color: 4628917.

HSL color Cylindrical-coordinate representation of color #B5A146: hue angle of 49.19º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5A146 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 161 70 -
CMYK 0 0.11 0.61 0.29
HSL 49.19º 0.44% 0.49% -
HSV(B) 49.19º 0.61% 0.71% -
XYZ 32.91 35.76 10.96 -
YUV 156.61 79.13 145.4 -
System Red Green Blue C M Y K H S L
Decimal 181 161 70 0 0.11 0.61 0.29 49.19 0.44 0.49
Hex B5 A1 46 0 B 3D 1D 31 2C 31
Octal 265 241 106 0 13 75 35 61 54 61
Binary 10110101 10100001 1000110 0 1011 111101 11101 110001 101100 110001

Color Harmonies of #B5A146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A146

Black with #B5A146

Text Example


Text Example

White with #B5A146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A146; }

 p { color: rgb(181,161,70); }

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

background-color css

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

 a { background-color: rgb(181,161,70); }

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

border-color css

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

 span { border-color: rgb(181,161,70); }

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