#B4A93C

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

Shades of Brass #B4A93C

Tints of Brass #B4A93C

Color information

#B4A93C (or 0xB4A93C) is unknown color: approx Brass. HEX triplet: B4, A9 and 3C. RGB value is (180,169,60). Sum of RGB (Red+Green+Blue) = 180+169+60=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A93C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A93C is #4B56C3. Grayscale: #A0A0A0. Windows color (decimal): -4937412 or 3975604. OLE color: 3975604.

HSL color Cylindrical-coordinate representation of color #B4A93C: hue angle of 54.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 #B4A93C is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB18016960-
CMYK00.060.670.29
HSL54.5º50%47.06%-
HSV(B)54.5º66.67%70.59%-
XYZ33.8338.419.91-
YUV159.8671.64142.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 169 (66.41% from 255) = 41.32%
BLUE value IS 60 (23.83% from 255) = 14.67%
R=44.01%
G=41.32%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801696000.060.670.2954.55047.06
HexB4A93C06431D36322f
Octal264251740610335666257
Binary10110100101010011111000110100001111101110110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A93C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A93C; }

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

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

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

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

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

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

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

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