#B5B03C

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

Shades of Brass #B5B03C

Tints of Brass #B5B03C

Color information

#B5B03C (or 0xB5B03C) is unknown color: approx Brass. HEX triplet: B5, B0 and 3C. RGB value is (181,176,60). Sum of RGB (Red+Green+Blue) = 181+176+60=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 60 (23.83% from 255 or 14.39% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B03C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B03C is #4A4FC3. Grayscale: #A4A4A4. Windows color (decimal): -4870084 or 3977397. OLE color: 3977397.

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

Color convert

RGB18117660-
CMYK00.030.670.29
HSL57.52º50.21%47.25%-
HSV(B)57.52º66.85%70.98%-
XYZ35.441.210.36-
YUV164.2769.16139.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.41%
GREEN value IS 176 (69.14% from 255) = 42.21%
BLUE value IS 60 (23.83% from 255) = 14.39%
R=43.41%
G=42.21%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811766000.030.670.2957.5250.2147.25
HexB5B03C03431D3a322f
Octal265260740310335726257
Binary1011010110110000111100011100001111101111010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B03C; }

 p { color: rgb(181,176,60); }

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

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

 a { background-color: rgb(181,176,60); }

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

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

 span { border-color: rgb(181,176,60); }

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