#B9B04C

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

Shades of Brass #B9B04C

Tints of Brass #B9B04C

Color information

#B9B04C (or 0xB9B04C) is unknown color: approx Brass. HEX triplet: B9, B0 and 4C. RGB value is (185,176,76). Sum of RGB (Red+Green+Blue) = 185+176+76=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 76 (30.08% from 255 or 17.39% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9B04C is #464FB3. Grayscale: #A7A7A7. Windows color (decimal): -4607924 or 5025977. OLE color: 5025977.

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

Color convert

RGB18517676-
CMYK00.050.590.27
HSL55.05º43.78%51.18%-
HSV(B)55.05º58.92%72.55%-
XYZ36.8441.8912.98-
YUV167.2976.48140.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.33%
GREEN value IS 176 (69.14% from 255) = 40.27%
BLUE value IS 76 (30.08% from 255) = 17.39%
R=42.33%
G=40.27%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851767600.050.590.2755.0543.7851.18
HexB9B04C053B1B372c33
Octal271260114057333675463
Binary10111001101100001001100010111101111011110111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B04C; }

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

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

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

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

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

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

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

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