Html Css Color HEX #B5A148 Brass

📋 copy color: '#B5A148'

red 181 ◦ green 161 ◦ blue 72

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

Shades of Brass #B5A148

Tints of Brass #B5A148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.39%

R = 43.72%
G = 38.89%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B5A148 (or 0xB5A148) is known color: Brass. HEX triplet: B5, A1 and 48. RGB value is (181,161,72). Sum of RGB (Red+Green+Blue) = 181+161+72=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 72 (28.52% from 255 or 17.39% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A148 is #4A5EB7. Grayscale: #9D9D9D. Windows color (decimal): -4873912 or 4759989. OLE color: 4759989.

HSL color Cylindrical-coordinate representation of color #B5A148: hue angle of 48.99º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5A148 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 161 72 -
CMYK 0 0.11 0.60 0.29
HSL 48.99º 0.43% 0.5% -
HSV(B) 48.99º 0.6% 0.71% -
XYZ 32.97 35.78 11.3 -
YUV 156.83 80.13 145.24 -
System Red Green Blue C M Y K H S L
Decimal 181 161 72 0 0.11 0.60 0.29 48.99 0.43 0.5
Hex B5 A1 48 0 B 3C 1D 31 2B 32
Octal 265 241 110 0 13 74 35 61 53 62
Binary 10110101 10100001 1001000 0 1011 111100 11101 110001 101011 110010

Color Harmonies of #B5A148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A148

Black with #B5A148

Text Example


Text Example

White with #B5A148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A148; }

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

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

background-color css

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

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

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

border-color css

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

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

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