#B7AF4B

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

Shades of Brass #B7AF4B

Tints of Brass #B7AF4B

Color information

#B7AF4B (or 0xB7AF4B) is unknown color: approx Brass. HEX triplet: B7, AF and 4B. RGB value is (183,175,75). Sum of RGB (Red+Green+Blue) = 183+175+75=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 75 (29.69% from 255 or 17.32% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AF4B is #4850B4. Grayscale: #A6A6A6. Windows color (decimal): -4739253 or 4960183. OLE color: 4960183.

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

Color convert

RGB18317575-
CMYK00.040.590.28
HSL55.56º42.86%50.59%-
HSV(B)55.56º59.02%71.76%-
XYZ36.1341.2412.71-
YUV165.9976.65140.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.26%
GREEN value IS 175 (68.75% from 255) = 40.42%
BLUE value IS 75 (29.69% from 255) = 17.32%
R=42.26%
G=40.42%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831757500.040.590.2855.5642.8650.59
HexB7AF4B043B1C382b33
Octal267257113047334705363
Binary10110111101011111001011010011101111100111000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AF4B; }

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

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

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

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

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

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

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

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