#B4A038

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

Shades of Brass #B4A038

Tints of Brass #B4A038

Color information

#B4A038 (or 0xB4A038) is unknown color: approx Brass. HEX triplet: B4, A0 and 38. RGB value is (180,160,56). Sum of RGB (Red+Green+Blue) = 180+160+56=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 56 (22.27% from 255 or 14.14% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A038 is #4B5FC7. Grayscale: #9A9A9A. Windows color (decimal): -4939720 or 3711156. OLE color: 3711156.

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

Color convert

RGB18016056-
CMYK00.110.690.29
HSL50.32º52.54%46.27%-
HSV(B)50.32º68.89%70.59%-
XYZ32.1135.138.83-
YUV154.1272.63146.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.45%
GREEN value IS 160 (62.89% from 255) = 40.40%
BLUE value IS 56 (22.27% from 255) = 14.14%
R=45.45%
G=40.40%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801605600.110.690.2950.3252.5446.27
HexB4A0380B451D32352e
Octal2642407001310535626556
Binary101101001010000011100001011100010111101110010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A038; }

 p { color: rgb(180,160,56); }

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

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

 a { background-color: rgb(180,160,56); }

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

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

 span { border-color: rgb(180,160,56); }

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