#B7B247

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

Shades of Brass #B7B247

Tints of Brass #B7B247

Color information

#B7B247 (or 0xB7B247) is unknown color: approx Brass. HEX triplet: B7, B2 and 47. RGB value is (183,178,71). Sum of RGB (Red+Green+Blue) = 183+178+71=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 71 (28.12% from 255 or 16.44% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B247 is #484DB8. Grayscale: #A7A7A7. Windows color (decimal): -4738489 or 4698807. OLE color: 4698807.

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

Color convert

RGB18317871-
CMYK00.030.610.28
HSL57.32º44.09%49.8%-
HSV(B)57.32º61.2%71.76%-
XYZ36.5942.3612.21-
YUV167.373.66139.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.36%
GREEN value IS 178 (69.92% from 255) = 41.20%
BLUE value IS 71 (28.12% from 255) = 16.44%
R=42.36%
G=41.20%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831787100.030.610.2857.3244.0949.8
HexB7B247033D1C392c32
Octal267262107037534715462
Binary1011011110110010100011101111110111100111001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B247; }

 p { color: rgb(183,178,71); }

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

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

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

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

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

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

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