#B4B036

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

Shades of Brass #B4B036

Tints of Brass #B4B036

Color information

#B4B036 (or 0xB4B036) is unknown color: approx Brass. HEX triplet: B4, B0 and 36. RGB value is (180,176,54). Sum of RGB (Red+Green+Blue) = 180+176+54=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 54 (21.48% from 255 or 13.17% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B036 is #4B4FC9. Grayscale: #A3A3A3. Windows color (decimal): -4935626 or 3584180. OLE color: 3584180.

HSL color Cylindrical-coordinate representation of color #B4B036: hue angle of 58.1º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B4B036 is Cyan = 0, Magento = 0.02, Yellow = 0.7 and Black (K on CMYK) = 0.29.

Color convert

RGB18017654-
CMYK00.020.70.29
HSL58.1º53.85%45.88%-
HSV(B)58.1º70%70.59%-
XYZ35.0141.029.56-
YUV163.2966.33139.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.90%
GREEN value IS 176 (69.14% from 255) = 42.93%
BLUE value IS 54 (21.48% from 255) = 13.17%
R=43.90%
G=42.93%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801765400.020.70.2958.153.8545.88
HexB4B03602461D3a362e
Octal264260660210635726656
Binary1011010010110000110110010100011011101111010110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B036; }

 p { color: rgb(180,176,54); }

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

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

 a { background-color: rgb(180,176,54); }

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

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

 span { border-color: rgb(180,176,54); }

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