#B7AB46

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

Shades of Brass #B7AB46

Tints of Brass #B7AB46

Color information

#B7AB46 (or 0xB7AB46) is unknown color: approx Brass. HEX triplet: B7, AB and 46. RGB value is (183,171,70). Sum of RGB (Red+Green+Blue) = 183+171+70=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AB46 is #4854B9. Grayscale: #A3A3A3. Windows color (decimal): -4740282 or 4631479. OLE color: 4631479.

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

Color convert

RGB18317170-
CMYK00.070.620.28
HSL53.63º44.66%49.61%-
HSV(B)53.63º61.75%71.76%-
XYZ35.239.6411.59-
YUV163.0775.48142.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.16%
GREEN value IS 171 (67.19% from 255) = 40.33%
BLUE value IS 70 (27.73% from 255) = 16.51%
R=43.16%
G=40.33%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831717000.070.620.2853.6344.6649.61
HexB7AB46073E1C362d32
Octal267253106077634665562
Binary10110111101010111000110011111111011100110110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AB46; }

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

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

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

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

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

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

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

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