#B9A233

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

Shades of Brass #B9A233

Tints of Brass #B9A233

Color information

#B9A233 (or 0xB9A233) is unknown color: approx Brass. HEX triplet: B9, A2 and 33. RGB value is (185,162,51). Sum of RGB (Red+Green+Blue) = 185+162+51=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 51 (20.31% from 255 or 12.81% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A233 is #465DCC. Grayscale: #9C9C9C. Windows color (decimal): -4611533 or 3383993. OLE color: 3383993.

HSL color Cylindrical-coordinate representation of color #B9A233: hue angle of 49.7º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B9A233 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB18516251-
CMYK00.120.720.27
HSL49.7º56.78%46.27%-
HSV(B)49.7º72.43%72.55%-
XYZ33.5336.398.39-
YUV156.2268.62148.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.48%
GREEN value IS 162 (63.67% from 255) = 40.70%
BLUE value IS 51 (20.31% from 255) = 12.81%
R=46.48%
G=40.70%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851625100.120.720.2749.756.7846.27
HexB9A2330C481B32392e
Octal2712426301411033627156
Binary101110011010001011001101100100100011011110010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A233; }

 p { color: rgb(185,162,51); }

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

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

 a { background-color: rgb(185,162,51); }

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

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

 span { border-color: rgb(185,162,51); }

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