#B5AB4B

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

Shades of Brass #B5AB4B

Tints of Brass #B5AB4B

Color information

#B5AB4B (or 0xB5AB4B) is unknown color: approx Brass. HEX triplet: B5, AB and 4B. RGB value is (181,171,75). Sum of RGB (Red+Green+Blue) = 181+171+75=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AB4B is #4A54B4. Grayscale: #A3A3A3. Windows color (decimal): -4871349 or 4959157. OLE color: 4959157.

HSL color Cylindrical-coordinate representation of color #B5AB4B: hue angle of 54.34º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5AB4B is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18117175-
CMYK00.060.590.29
HSL54.34º41.73%50.2%-
HSV(B)54.34º58.56%70.98%-
XYZ34.8939.4612.43-
YUV163.0578.31140.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 171 (67.19% from 255) = 40.05%
BLUE value IS 75 (29.69% from 255) = 17.56%
R=42.39%
G=40.05%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811717500.060.590.2954.3441.7350.2
HexB5AB4B063B1D362a32
Octal265253113067335665262
Binary10110101101010111001011011011101111101110110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AB4B; }

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

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

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

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

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

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

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

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