#B9B441

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

Shades of Brass #B9B441

Tints of Brass #B9B441

Color information

#B9B441 (or 0xB9B441) is unknown color: approx Brass. HEX triplet: B9, B4 and 41. RGB value is (185,180,65). Sum of RGB (Red+Green+Blue) = 185+180+65=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B441 is #464BBE. Grayscale: #A8A8A8. Windows color (decimal): -4606911 or 4306105. OLE color: 4306105.

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

Color convert

RGB18518065-
CMYK00.030.650.27
HSL57.5º48%49.02%-
HSV(B)57.5º64.86%72.55%-
XYZ37.2843.3411.4-
YUV168.3869.66139.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.02%
GREEN value IS 180 (70.70% from 255) = 41.86%
BLUE value IS 65 (25.78% from 255) = 15.12%
R=43.02%
G=41.86%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851806500.030.650.2757.54849.02
HexB9B44103411B3a3031
Octal2712641010310133726061
Binary10111001101101001000001011100000111011111010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B441; }

 p { color: rgb(185,180,65); }

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

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

 a { background-color: rgb(185,180,65); }

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

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

 span { border-color: rgb(185,180,65); }

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