#B4B336

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

Shades of Brass #B4B336

Tints of Brass #B4B336

Color information

#B4B336 (or 0xB4B336) is unknown color: approx Brass. HEX triplet: B4, B3 and 36. RGB value is (180,179,54). Sum of RGB (Red+Green+Blue) = 180+179+54=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 54 (21.48% from 255 or 13.08% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B336 is #4B4CC9. Grayscale: #A5A5A5. Windows color (decimal): -4934858 or 3584948. OLE color: 3584948.

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

Color convert

RGB18017954-
CMYK00.010.70.29
HSL59.52º53.85%45.88%-
HSV(B)59.52º70%70.59%-
XYZ35.6142.219.76-
YUV165.0565.33138.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.58%
GREEN value IS 179 (70.31% from 255) = 43.34%
BLUE value IS 54 (21.48% from 255) = 13.08%
R=43.58%
G=43.34%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801795400.010.70.2959.5253.8545.88
HexB4B33601461D3c362e
Octal264263660110635746656
Binary101101001011001111011001100011011101111100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B336; }

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

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

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

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

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

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

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

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