#B7B346

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

Shades of Brass #B7B346

Tints of Brass #B7B346

Color information

#B7B346 (or 0xB7B346) is unknown color: approx Brass. HEX triplet: B7, B3 and 46. RGB value is (183,179,70). Sum of RGB (Red+Green+Blue) = 183+179+70=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 70 (27.73% from 255 or 16.20% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B346 is #484CB9. Grayscale: #A8A8A8. Windows color (decimal): -4738234 or 4633527. OLE color: 4633527.

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

Color convert

RGB18317970-
CMYK00.020.620.28
HSL57.88º44.66%49.61%-
HSV(B)57.88º61.75%71.76%-
XYZ36.7542.7512.11-
YUV167.7772.83138.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.36%
GREEN value IS 179 (70.31% from 255) = 41.44%
BLUE value IS 70 (27.73% from 255) = 16.20%
R=42.36%
G=41.44%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831797000.020.620.2857.8844.6649.61
HexB7B346023E1C3a2d32
Octal267263106027634725562
Binary1011011110110011100011001011111011100111010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B346; }

 p { color: rgb(183,179,70); }

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

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

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

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

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

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

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