#B4A736

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

Shades of Brass #B4A736

Tints of Brass #B4A736

Color information

#B4A736 (or 0xB4A736) is unknown color: approx Brass. HEX triplet: B4, A7 and 36. RGB value is (180,167,54). Sum of RGB (Red+Green+Blue) = 180+167+54=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 54 (21.48% from 255 or 13.47% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A736 is #4B58C9. Grayscale: #9E9E9E. Windows color (decimal): -4937930 or 3581876. OLE color: 3581876.

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

Color convert

RGB18016754-
CMYK00.070.70.29
HSL53.81º53.85%45.88%-
HSV(B)53.81º70%70.59%-
XYZ33.3137.618.99-
YUV15869.31143.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 167 (65.62% from 255) = 41.65%
BLUE value IS 54 (21.48% from 255) = 13.47%
R=44.89%
G=41.65%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801675400.070.70.2953.8153.8545.88
HexB4A73607461D36362e
Octal264247660710635666656
Binary10110100101001111101100111100011011101110110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A736; }

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

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

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

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

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

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

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

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