#B7B248

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

Shades of Brass #B7B248

Tints of Brass #B7B248

Color information

#B7B248 (or 0xB7B248) is unknown color: approx Brass. HEX triplet: B7, B2 and 48. RGB value is (183,178,72). Sum of RGB (Red+Green+Blue) = 183+178+72=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 72 (28.52% from 255 or 16.63% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B248 is #484DB7. Grayscale: #A7A7A7. Windows color (decimal): -4738488 or 4764343. OLE color: 4764343.

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

Color convert

RGB18317872-
CMYK00.030.610.28
HSL57.3º43.53%50%-
HSV(B)57.3º60.66%71.76%-
XYZ36.6242.3812.38-
YUV167.4174.16139.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.26%
GREEN value IS 178 (69.92% from 255) = 41.11%
BLUE value IS 72 (28.52% from 255) = 16.63%
R=42.26%
G=41.11%
B=16.63%

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
Decimal1831787200.030.610.2857.343.5350
HexB7B248033D1C392c32
Octal267262110037534715462
Binary1011011110110010100100001111110111100111001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B248; }

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

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

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

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

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

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

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

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