#B9A74C

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

Shades of Brass #B9A74C

Tints of Brass #B9A74C

Color information

#B9A74C (or 0xB9A74C) is unknown color: approx Brass. HEX triplet: B9, A7 and 4C. RGB value is (185,167,76). Sum of RGB (Red+Green+Blue) = 185+167+76=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 76 (30.08% from 255 or 17.76% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A74C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A74C is #4658B3. Grayscale: #A2A2A2. Windows color (decimal): -4610228 or 5023673. OLE color: 5023673.

HSL color Cylindrical-coordinate representation of color #B9A74C: hue angle of 50.09º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9A74C is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18516776-
CMYK00.100.590.27
HSL50.09º43.78%51.18%-
HSV(B)50.09º58.92%72.55%-
XYZ35.1338.4712.41-
YUV162.0179.46144.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.22%
GREEN value IS 167 (65.62% from 255) = 39.02%
BLUE value IS 76 (30.08% from 255) = 17.76%
R=43.22%
G=39.02%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851677600.100.590.2750.0943.7851.18
HexB9A74C0A3B1B322c33
Octal2712471140127333625463
Binary101110011010011110011000101011101111011110010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A74C; }

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

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

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

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

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

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

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

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