#B9B33D

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

Shades of Brass #B9B33D

Tints of Brass #B9B33D

Color information

#B9B33D (or 0xB9B33D) is unknown color: approx Brass. HEX triplet: B9, B3 and 3D. RGB value is (185,179,61). Sum of RGB (Red+Green+Blue) = 185+179+61=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B33D is #464CC2. Grayscale: #A7A7A7. Windows color (decimal): -4607171 or 4043705. OLE color: 4043705.

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

Color convert

RGB18517961-
CMYK00.030.670.27
HSL57.1º50.41%48.24%-
HSV(B)57.1º67.03%72.55%-
XYZ36.9742.8910.75-
YUV167.3467.99140.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.53%
GREEN value IS 179 (70.31% from 255) = 42.12%
BLUE value IS 61 (24.22% from 255) = 14.35%
R=43.53%
G=42.12%
B=14.35%

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
Decimal1851796100.030.670.2757.150.4148.24
HexB9B33D03431B393230
Octal271263750310333716260
Binary1011100110110011111101011100001111011111001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B33D; }

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

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

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

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

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

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

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

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