#B9B33C

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

Shades of Brass #B9B33C

Tints of Brass #B9B33C

Color information

#B9B33C (or 0xB9B33C) is unknown color: approx Brass. HEX triplet: B9, B3 and 3C. RGB value is (185,179,60). Sum of RGB (Red+Green+Blue) = 185+179+60=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 60 (23.83% from 255 or 14.15% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B33C is #464CC3. Grayscale: #A7A7A7. Windows color (decimal): -4607172 or 3978169. OLE color: 3978169.

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

Color convert

RGB18517960-
CMYK00.030.680.27
HSL57.12º51.02%48.04%-
HSV(B)57.12º67.57%72.55%-
XYZ36.9442.8810.6-
YUV167.2367.49140.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.63%
GREEN value IS 179 (70.31% from 255) = 42.22%
BLUE value IS 60 (23.83% from 255) = 14.15%
R=43.63%
G=42.22%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851796000.030.680.2757.1251.0248.04
HexB9B33C03441B393330
Octal271263740310433716360
Binary1011100110110011111100011100010011011111001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B33C; }

 p { color: rgb(185,179,60); }

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

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

 a { background-color: rgb(185,179,60); }

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

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

 span { border-color: rgb(185,179,60); }

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