#B7B349

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

Shades of Brass #B7B349

Tints of Brass #B7B349

Color information

#B7B349 (or 0xB7B349) is unknown color: approx Brass. HEX triplet: B7, B3 and 49. RGB value is (183,179,73). Sum of RGB (Red+Green+Blue) = 183+179+73=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B349 is #484CB6. Grayscale: #A8A8A8. Windows color (decimal): -4738231 or 4830135. OLE color: 4830135.

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

Color convert

RGB18317973-
CMYK00.020.600.28
HSL57.82º43.31%50.2%-
HSV(B)57.82º60.11%71.76%-
XYZ36.8542.7912.62-
YUV168.1174.33138.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.07%
GREEN value IS 179 (70.31% from 255) = 41.15%
BLUE value IS 73 (28.91% from 255) = 16.78%
R=42.07%
G=41.15%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831797300.020.600.2857.8243.3150.2
HexB7B349023C1C3a2b32
Octal267263111027434725362
Binary1011011110110011100100101011110011100111010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B349; }

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

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

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

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

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

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

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

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