#B4A933

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

Shades of Brass #B4A933

Tints of Brass #B4A933

Color information

#B4A933 (or 0xB4A933) is unknown color: approx Brass. HEX triplet: B4, A9 and 33. RGB value is (180,169,51). Sum of RGB (Red+Green+Blue) = 180+169+51=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 51 (20.31% from 255 or 12.75% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A933 is #4B56CC. Grayscale: #9F9F9F. Windows color (decimal): -4937421 or 3385780. OLE color: 3385780.

HSL color Cylindrical-coordinate representation of color #B4A933: hue angle of 54.88º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B4A933 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB18016951-
CMYK00.060.720.29
HSL54.88º55.84%45.29%-
HSV(B)54.88º71.67%70.59%-
XYZ33.6138.328.76-
YUV158.8467.14143.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45%
GREEN value IS 169 (66.41% from 255) = 42.25%
BLUE value IS 51 (20.31% from 255) = 12.75%
R=45%
G=42.25%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801695100.060.720.2954.8855.8445.29
HexB4A93306481D37382d
Octal264251630611035677055
Binary10110100101010011100110110100100011101110111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A933; }

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

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

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

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

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

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

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

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