#B4A636

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

Shades of Brass #B4A636

Tints of Brass #B4A636

Color information

#B4A636 (or 0xB4A636) is unknown color: approx Brass. HEX triplet: B4, A6 and 36. RGB value is (180,166,54). Sum of RGB (Red+Green+Blue) = 180+166+54=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 54 (21.48% from 255 or 13.5% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A636 is #4B59C9. Grayscale: #9D9D9D. Windows color (decimal): -4938186 or 3581620. OLE color: 3581620.

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

Color convert

RGB18016654-
CMYK00.080.70.29
HSL53.33º53.85%45.88%-
HSV(B)53.33º70%70.59%-
XYZ33.1237.248.93-
YUV157.4269.64144.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45%
GREEN value IS 166 (65.23% from 255) = 41.5%
BLUE value IS 54 (21.48% from 255) = 13.5%
R=45%
G=41.5%
B=13.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801665400.080.70.2953.3353.8545.88
HexB4A63608461D35362e
Octal2642466601010635656656
Binary101101001010011011011001000100011011101110101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A636; }

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

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

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

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

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

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

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

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