#B5AB48

Color #B5AB48 Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #B5AB48

Tints of Brass #B5AB48

Color information

#B5AB48 (or 0xB5AB48) is unknown color: approx Brass. HEX triplet: B5, AB and 48. RGB value is (181,171,72). Sum of RGB (Red+Green+Blue) = 181+171+72=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AB48 is #4A54B7. Grayscale: #A3A3A3. Windows color (decimal): -4871352 or 4762549. OLE color: 4762549.

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

Color convert

RGB18117172-
CMYK00.060.600.29
HSL54.5º43.08%49.61%-
HSV(B)54.5º60.22%70.98%-
XYZ34.7939.4211.91-
YUV162.776.81141.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.69%
GREEN value IS 171 (67.19% from 255) = 40.33%
BLUE value IS 72 (28.52% from 255) = 16.98%
R=42.69%
G=40.33%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811717200.060.600.2954.543.0849.61
HexB5AB48063C1D362b32
Octal265253110067435665362
Binary10110101101010111001000011011110011101110110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AB48; }

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

 H1.HeaderClassName
 {
   color: #B5AB48;
 }
 .AnyTagClassName
 {
   color: #B5AB48;
 }
</style>
background-color css

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

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

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

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

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

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