#B9B43D

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

Shades of Brass #B9B43D

Tints of Brass #B9B43D

Color information

#B9B43D (or 0xB9B43D) is unknown color: approx Brass. HEX triplet: B9, B4 and 3D. RGB value is (185,180,61). Sum of RGB (Red+Green+Blue) = 185+180+61=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B43D is #464BC2. Grayscale: #A8A8A8. Windows color (decimal): -4606915 or 4043961. OLE color: 4043961.

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

Color convert

RGB18518061-
CMYK00.030.670.27
HSL57.58º50.41%48.24%-
HSV(B)57.58º67.03%72.55%-
XYZ37.1743.2910.81-
YUV167.9367.66140.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.43%
GREEN value IS 180 (70.70% from 255) = 42.25%
BLUE value IS 61 (24.22% from 255) = 14.32%
R=43.43%
G=42.25%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851806100.030.670.2757.5850.4148.24
HexB9B43D03431B3a3230
Octal271264750310333726260
Binary1011100110110100111101011100001111011111010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B43D; }

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

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

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

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

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

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

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

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