#B9AD3B

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

Shades of Brass #B9AD3B

Tints of Brass #B9AD3B

Color information

#B9AD3B (or 0xB9AD3B) is unknown color: approx Brass. HEX triplet: B9, AD and 3B. RGB value is (185,173,59). Sum of RGB (Red+Green+Blue) = 185+173+59=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 59 (23.44% from 255 or 14.15% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AD3B is #4652C4. Grayscale: #A4A4A4. Windows color (decimal): -4608709 or 3911097. OLE color: 3911097.

HSL color Cylindrical-coordinate representation of color #B9AD3B: hue angle of 54.29º degrees, saturation: 0.52, 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 #B9AD3B is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB18517359-
CMYK00.060.680.27
HSL54.29º51.64%47.84%-
HSV(B)54.29º68.11%72.55%-
XYZ35.7440.5210.07-
YUV163.5968.98143.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.36%
GREEN value IS 173 (67.97% from 255) = 41.49%
BLUE value IS 59 (23.44% from 255) = 14.15%
R=44.36%
G=41.49%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851735900.060.680.2754.2951.6447.84
HexB9AD3B06441B363430
Octal271255730610433666460
Binary10111001101011011110110110100010011011110110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AD3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AD3B; }

 p { color: rgb(185,173,59); }

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

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

 a { background-color: rgb(185,173,59); }

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

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

 span { border-color: rgb(185,173,59); }

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