#B7B348

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

Shades of Brass #B7B348

Tints of Brass #B7B348

Color information

#B7B348 (or 0xB7B348) is unknown color: approx Brass. HEX triplet: B7, B3 and 48. RGB value is (183,179,72). Sum of RGB (Red+Green+Blue) = 183+179+72=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 72 (28.52% from 255 or 16.59% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B348 is #484CB7. Grayscale: #A8A8A8. Windows color (decimal): -4738232 or 4764599. OLE color: 4764599.

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

Color convert

RGB18317972-
CMYK00.020.610.28
HSL57.84º43.53%50%-
HSV(B)57.84º60.66%71.76%-
XYZ36.8242.7812.45-
YUV16873.83138.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.17%
GREEN value IS 179 (70.31% from 255) = 41.24%
BLUE value IS 72 (28.52% from 255) = 16.59%
R=42.17%
G=41.24%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831797200.020.610.2857.8443.5350
HexB7B348023D1C3a2c32
Octal267263110027534725462
Binary1011011110110011100100001011110111100111010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B348; }

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

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

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

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

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

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

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

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