#B6B245

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

Shades of Brass #B6B245

Tints of Brass #B6B245

Color information

#B6B245 (or 0xB6B245) is unknown color: approx Brass. HEX triplet: B6, B2 and 45. RGB value is (182,178,69). Sum of RGB (Red+Green+Blue) = 182+178+69=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 69 (27.34% from 255 or 16.08% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6B245 is #494DBA. Grayscale: #A7A7A7. Windows color (decimal): -4804027 or 4567734. OLE color: 4567734.

HSL color Cylindrical-coordinate representation of color #B6B245: hue angle of 57.88º 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 #B6B245 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB18217869-
CMYK00.020.620.29
HSL57.88º45.02%49.22%-
HSV(B)57.88º62.09%71.37%-
XYZ36.2942.2211.87-
YUV166.7772.83138.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.42%
GREEN value IS 178 (69.92% from 255) = 41.49%
BLUE value IS 69 (27.34% from 255) = 16.08%
R=42.42%
G=41.49%
B=16.08%

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
Decimal1821786900.020.620.2957.8845.0249.22
HexB6B245023E1D3a2d31
Octal266262105027635725561
Binary1011011010110010100010101011111011101111010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B245; }

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

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

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

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

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

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

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

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