#B7AE4B

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

Shades of Brass #B7AE4B

Tints of Brass #B7AE4B

Color information

#B7AE4B (or 0xB7AE4B) is unknown color: approx Brass. HEX triplet: B7, AE and 4B. RGB value is (183,174,75). Sum of RGB (Red+Green+Blue) = 183+174+75=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AE4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AE4B is #4851B4. Grayscale: #A5A5A5. Windows color (decimal): -4739509 or 4959927. OLE color: 4959927.

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

Color convert

RGB18317475-
CMYK00.050.590.28
HSL55º42.86%50.59%-
HSV(B)55º59.02%71.76%-
XYZ35.9340.8512.65-
YUV165.476.98140.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.36%
GREEN value IS 174 (68.36% from 255) = 40.28%
BLUE value IS 75 (29.69% from 255) = 17.36%
R=42.36%
G=40.28%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831747500.050.590.285542.8650.59
HexB7AE4B053B1C372b33
Octal267256113057334675363
Binary10110111101011101001011010111101111100110111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AE4B; }

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

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

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

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

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

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

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

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