#B7AA4B

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

Shades of Brass #B7AA4B

Tints of Brass #B7AA4B

Color information

#B7AA4B (or 0xB7AA4B) is unknown color: approx Brass. HEX triplet: B7, AA and 4B. RGB value is (183,170,75). Sum of RGB (Red+Green+Blue) = 183+170+75=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 75 (29.69% from 255 or 17.52% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AA4B is #4855B4. Grayscale: #A3A3A3. Windows color (decimal): -4740533 or 4958903. OLE color: 4958903.

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

Color convert

RGB18317075-
CMYK00.070.590.28
HSL52.78º42.86%50.59%-
HSV(B)52.78º59.02%71.76%-
XYZ35.1739.3212.39-
YUV163.0678.31142.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.76%
GREEN value IS 170 (66.80% from 255) = 39.72%
BLUE value IS 75 (29.69% from 255) = 17.52%
R=42.76%
G=39.72%
B=17.52%

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
Decimal1831707500.070.590.2852.7842.8650.59
HexB7AA4B073B1C352b33
Octal267252113077334655363
Binary10110111101010101001011011111101111100110101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AA4B; }

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

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

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

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

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

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

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

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