Html Css Color HEX #B5A548 Brass

📋 copy color: '#B5A548'

red 181 ◦ green 165 ◦ blue 72

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

Shades of Brass #B5A548

Tints of Brass #B5A548

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.47%

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

R = 43.3%
G = 39.47%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B5A548 (or 0xB5A548) is known color: Brass. HEX triplet: B5, A5 and 48. RGB value is (181,165,72). Sum of RGB (Red+Green+Blue) = 181+165+72=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 72 (28.52% from 255 or 17.22% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A548 is #4A5AB7. Grayscale: #9F9F9F. Windows color (decimal): -4872888 or 4761013. OLE color: 4761013.

HSL color Cylindrical-coordinate representation of color #B5A548: hue angle of 51.19º 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 #B5A548 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 165 72 -
CMYK 0 0.09 0.60 0.29
HSL 51.19º 0.43% 0.5% -
HSV(B) 51.19º 0.6% 0.71% -
XYZ 33.68 37.2 11.54 -
YUV 159.18 78.8 143.56 -
System Red Green Blue C M Y K H S L
Decimal 181 165 72 0 0.09 0.60 0.29 51.19 0.43 0.5
Hex B5 A5 48 0 9 3C 1D 33 2B 32
Octal 265 245 110 0 11 74 35 63 53 62
Binary 10110101 10100101 1001000 0 1001 111100 11101 110011 101011 110010

Color Harmonies of #B5A548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A548

Black with #B5A548

Text Example


Text Example

White with #B5A548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A548; }

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

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

background-color css

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

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

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

border-color css

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

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

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