Html Css Color HEX #B5A848 Brass

📋 copy color: '#B5A848'

red 181 ◦ green 168 ◦ blue 72

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

Shades of Brass #B5A848

Tints of Brass #B5A848

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.9%

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

R = 42.99%
G = 39.9%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B5A848 (or 0xB5A848) is known color: Brass. HEX triplet: B5, A8 and 48. RGB value is (181,168,72). Sum of RGB (Red+Green+Blue) = 181+168+72=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A848 is #4A57B7. Grayscale: #A1A1A1. Windows color (decimal): -4872120 or 4761781. OLE color: 4761781.

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

Color convert

RGB 181 168 72 -
CMYK 0 0.07 0.60 0.29
HSL 52.84º 0.43% 0.5% -
HSV(B) 52.84º 0.6% 0.71% -
XYZ 34.23 38.3 11.72 -
YUV 160.94 77.81 142.31 -
System Red Green Blue C M Y K H S L
Decimal 181 168 72 0 0.07 0.60 0.29 52.84 0.43 0.5
Hex B5 A8 48 0 7 3C 1D 35 2B 32
Octal 265 250 110 0 7 74 35 65 53 62
Binary 10110101 10101000 1001000 0 111 111100 11101 110101 101011 110010

Color Harmonies of #B5A848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A848

Black with #B5A848

Text Example


Text Example

White with #B5A848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A848; }

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

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

background-color css

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

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

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

border-color css

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

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

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