#B6B345

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

Shades of Brass #B6B345

Tints of Brass #B6B345

Color information

#B6B345 (or 0xB6B345) is unknown color: approx Brass. HEX triplet: B6, B3 and 45. RGB value is (182,179,69). Sum of RGB (Red+Green+Blue) = 182+179+69=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 69 (27.34% from 255 or 16.05% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B345 is #494CBA. Grayscale: #A7A7A7. Windows color (decimal): -4803771 or 4567990. OLE color: 4567990.

HSL color Cylindrical-coordinate representation of color #B6B345: hue angle of 58.41º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B6B345 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB18217969-
CMYK00.020.620.29
HSL58.41º45.02%49.22%-
HSV(B)58.41º62.09%71.37%-
XYZ36.4942.6111.93-
YUV167.3672.49138.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.33%
GREEN value IS 179 (70.31% from 255) = 41.63%
BLUE value IS 69 (27.34% from 255) = 16.05%
R=42.33%
G=41.63%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821796900.020.620.2958.4145.0249.22
HexB6B345023E1D3a2d31
Octal266263105027635725561
Binary1011011010110011100010101011111011101111010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B345; }

 p { color: rgb(182,179,69); }

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

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

 a { background-color: rgb(182,179,69); }

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

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

 span { border-color: rgb(182,179,69); }

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