#B9B245

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

Shades of Brass #B9B245

Tints of Brass #B9B245

Color information

#B9B245 (or 0xB9B245) is unknown color: approx Brass. HEX triplet: B9, B2 and 45. RGB value is (185,178,69). Sum of RGB (Red+Green+Blue) = 185+178+69=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 69 (27.34% from 255 or 15.97% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9B245 is #464DBA. Grayscale: #A8A8A8. Windows color (decimal): -4607419 or 4567737. OLE color: 4567737.

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

Color convert

RGB18517869-
CMYK00.040.630.27
HSL56.38º45.67%49.8%-
HSV(B)56.38º62.7%72.55%-
XYZ3742.5811.9-
YUV167.6772.32140.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.82%
GREEN value IS 178 (69.92% from 255) = 41.20%
BLUE value IS 69 (27.34% from 255) = 15.97%
R=42.82%
G=41.20%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851786900.040.630.2756.3845.6749.8
HexB9B245043F1B382e32
Octal271262105047733705662
Binary10111001101100101000101010011111111011111000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B245; }

 p { color: rgb(185,178,69); }

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

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

 a { background-color: rgb(185,178,69); }

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

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

 span { border-color: rgb(185,178,69); }

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