#B7B446

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

Shades of Brass #B7B446

Tints of Brass #B7B446

Color information

#B7B446 (or 0xB7B446) is unknown color: approx Brass. HEX triplet: B7, B4 and 46. RGB value is (183,180,70). Sum of RGB (Red+Green+Blue) = 183+180+70=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 70 (27.73% from 255 or 16.17% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B446 is #484BB9. Grayscale: #A8A8A8. Windows color (decimal): -4737978 or 4633783. OLE color: 4633783.

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

Color convert

RGB18318070-
CMYK00.020.620.28
HSL58.41º44.66%49.61%-
HSV(B)58.41º61.75%71.76%-
XYZ36.9643.1512.18-
YUV168.3672.49138.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.26%
GREEN value IS 180 (70.70% from 255) = 41.57%
BLUE value IS 70 (27.73% from 255) = 16.17%
R=42.26%
G=41.57%
B=16.17%

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
Decimal1831807000.020.620.2858.4144.6649.61
HexB7B446023E1C3a2d32
Octal267264106027634725562
Binary1011011110110100100011001011111011100111010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B446; }

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

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

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

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

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

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

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

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