#B7AB4F

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

Shades of Brass #B7AB4F

Tints of Brass #B7AB4F

Color information

#B7AB4F (or 0xB7AB4F) is unknown color: approx Brass. HEX triplet: B7, AB and 4F. RGB value is (183,171,79). Sum of RGB (Red+Green+Blue) = 183+171+79=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AB4F is #4854B0. Grayscale: #A4A4A4. Windows color (decimal): -4740273 or 5221303. OLE color: 5221303.

HSL color Cylindrical-coordinate representation of color #B7AB4F: hue angle of 53.08º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B7AB4F is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB18317179-
CMYK00.070.570.28
HSL53.08º41.94%51.37%-
HSV(B)53.08º56.83%71.76%-
XYZ35.539.7613.2-
YUV164.179.98141.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.26%
GREEN value IS 171 (67.19% from 255) = 39.49%
BLUE value IS 79 (31.25% from 255) = 18.24%
R=42.26%
G=39.49%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831717900.070.570.2853.0841.9451.37
HexB7AB4F07391C352a33
Octal267253117077134655263
Binary10110111101010111001111011111100111100110101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AB4F; }

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

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

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

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

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

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

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

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