#B9A733

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

Shades of Brass #B9A733

Tints of Brass #B9A733

Color information

#B9A733 (or 0xB9A733) is unknown color: approx Brass. HEX triplet: B9, A7 and 33. RGB value is (185,167,51). Sum of RGB (Red+Green+Blue) = 185+167+51=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A733 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A733 is #4658CC. Grayscale: #9F9F9F. Windows color (decimal): -4610253 or 3385273. OLE color: 3385273.

HSL color Cylindrical-coordinate representation of color #B9A733: hue angle of 51.94º 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 #B9A733 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB18516751-
CMYK00.100.720.27
HSL51.94º56.78%46.27%-
HSV(B)51.94º72.43%72.55%-
XYZ34.4238.198.69-
YUV159.1666.96146.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.91%
GREEN value IS 167 (65.62% from 255) = 41.44%
BLUE value IS 51 (20.31% from 255) = 12.66%
R=45.91%
G=41.44%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851675100.100.720.2751.9456.7846.27
HexB9A7330A481B34392e
Octal2712476301211033647156
Binary101110011010011111001101010100100011011110100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A733; }

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

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

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

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

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

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

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

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