#B7AB4A

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

Shades of Brass #B7AB4A

Tints of Brass #B7AB4A

Color information

#B7AB4A (or 0xB7AB4A) is unknown color: approx Brass. HEX triplet: B7, AB and 4A. RGB value is (183,171,74). Sum of RGB (Red+Green+Blue) = 183+171+74=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AB4A is #4854B5. Grayscale: #A3A3A3. Windows color (decimal): -4740278 or 4893623. OLE color: 4893623.

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

Color convert

RGB18317174-
CMYK00.070.600.28
HSL53.39º43.08%50.39%-
HSV(B)53.39º59.56%71.76%-
XYZ35.3339.6912.28-
YUV163.5377.48141.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.76%
GREEN value IS 171 (67.19% from 255) = 39.95%
BLUE value IS 74 (29.30% from 255) = 17.29%
R=42.76%
G=39.95%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831717400.070.600.2853.3943.0850.39
HexB7AB4A073C1C352b32
Octal267253112077434655362
Binary10110111101010111001010011111110011100110101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AB4A; }

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

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

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

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

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

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

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

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