#b2b246

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

Shades of Brass #B2B246

Tints of Brass #B2B246

Color information

#B2B246 (or 0xB2B246) is unknown color: approx Brass. HEX triplet: B2, B2 and 46. RGB value is (178,178,70). Sum of RGB (Red+Green+Blue) = 178+178+70=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 70 (27.73% from 255 or 16.43% from 426); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B246 is #4D4DB9. Grayscale: #A6A6A6. Windows color (decimal): -5066170 or 4633266. OLE color: 4633266.

HSL color Cylindrical-coordinate representation of color #B2B246: hue angle of 60º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2B246 is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB17817870-
CMYK000.610.30
HSL60º43.55%48.63%-
HSV(B)60º60.67%69.8%-
XYZ35.3941.7511.99-
YUV165.6974136.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.78%
GREEN value IS 178 (69.92% from 255) = 41.78%
BLUE value IS 70 (27.73% from 255) = 16.43%
R=41.78%
G=41.78%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817870000.610.306043.5548.63
HexB2B246003D1E3c2c31
Octal262262106007536745461
Binary101100101011001010001100011110111110111100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2b246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2b246; }

 p { color: rgb(178,178,70); }

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

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

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

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

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

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

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