#B7AB4B

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

Shades of Brass #B7AB4B

Tints of Brass #B7AB4B

Color information

#B7AB4B (or 0xB7AB4B) is unknown color: approx Brass. HEX triplet: B7, AB and 4B. RGB value is (183,171,75). Sum of RGB (Red+Green+Blue) = 183+171+75=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AB4B is #4854B4. Grayscale: #A4A4A4. Windows color (decimal): -4740277 or 4959159. OLE color: 4959159.

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

Color convert

RGB18317175-
CMYK00.070.590.28
HSL53.33º42.86%50.59%-
HSV(B)53.33º59.02%71.76%-
XYZ35.3639.712.46-
YUV163.6477.98141.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 171 (67.19% from 255) = 39.86%
BLUE value IS 75 (29.69% from 255) = 17.48%
R=42.66%
G=39.86%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831717500.070.590.2853.3342.8650.59
HexB7AB4B073B1C352b33
Octal267253113077334655363
Binary10110111101010111001011011111101111100110101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AB4B; }

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

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

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

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

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

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

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

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