#B5B43C

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

Shades of Brass #B5B43C

Tints of Brass #B5B43C

Color information

#B5B43C (or 0xB5B43C) is unknown color: approx Brass. HEX triplet: B5, B4 and 3C. RGB value is (181,180,60). Sum of RGB (Red+Green+Blue) = 181+180+60=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 60 (23.83% from 255 or 14.25% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B43C is #4A4BC3. Grayscale: #A7A7A7. Windows color (decimal): -4869060 or 3978421. OLE color: 3978421.

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

Color convert

RGB18118060-
CMYK00.010.670.29
HSL59.5º50.21%47.25%-
HSV(B)59.5º66.85%70.98%-
XYZ36.1942.7910.63-
YUV166.6267.83138.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.99%
GREEN value IS 180 (70.70% from 255) = 42.76%
BLUE value IS 60 (23.83% from 255) = 14.25%
R=42.99%
G=42.76%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811806000.010.670.2959.550.2147.25
HexB5B43C01431D3c322f
Octal265264740110335746257
Binary101101011011010011110001100001111101111100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B43C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B43C; }

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

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

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

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

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

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

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

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