#B4A44B

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

Shades of Brass #B4A44B

Tints of Brass #B4A44B

Color information

#B4A44B (or 0xB4A44B) is unknown color: approx Brass. HEX triplet: B4, A4 and 4B. RGB value is (180,164,75). Sum of RGB (Red+Green+Blue) = 180+164+75=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A44B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A44B is #4B5BB4. Grayscale: #9F9F9F. Windows color (decimal): -4938677 or 4957364. OLE color: 4957364.

HSL color Cylindrical-coordinate representation of color #B4A44B: hue angle of 50.86º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B4A44B is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB18016475-
CMYK00.090.580.29
HSL50.86º41.18%50%-
HSV(B)50.86º58.33%70.59%-
XYZ33.3736.7611.99-
YUV158.6480.8143.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 164 (64.45% from 255) = 39.14%
BLUE value IS 75 (29.69% from 255) = 17.90%
R=42.96%
G=39.14%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801647500.090.580.2950.8641.1850
HexB4A44B093A1D332932
Octal2642441130117235635162
Binary101101001010010010010110100111101011101110011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A44B; }

 p { color: rgb(180,164,75); }

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

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

 a { background-color: rgb(180,164,75); }

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

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

 span { border-color: rgb(180,164,75); }

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