#B4A33C

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

Shades of Brass #B4A33C

Tints of Brass #B4A33C

Color information

#B4A33C (or 0xB4A33C) is unknown color: approx Brass. HEX triplet: B4, A3 and 3C. RGB value is (180,163,60). Sum of RGB (Red+Green+Blue) = 180+163+60=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A33C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A33C is #4B5CC3. Grayscale: #9C9C9C. Windows color (decimal): -4938948 or 3974068. OLE color: 3974068.

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

Color convert

RGB18016360-
CMYK00.090.670.29
HSL51.5º50%47.06%-
HSV(B)51.5º66.67%70.59%-
XYZ32.7436.229.54-
YUV156.3473.63144.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 163 (64.06% from 255) = 40.45%
BLUE value IS 60 (23.83% from 255) = 14.89%
R=44.67%
G=40.45%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801636000.090.670.2951.55047.06
HexB4A33C09431D34322f
Octal2642437401110335646257
Binary101101001010001111110001001100001111101110100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A33C; }

 p { color: rgb(180,163,60); }

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

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

 a { background-color: rgb(180,163,60); }

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

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

 span { border-color: rgb(180,163,60); }

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