#B7AE4E

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

Shades of Brass #B7AE4E

Tints of Brass #B7AE4E

Color information

#B7AE4E (or 0xB7AE4E) is unknown color: approx Brass. HEX triplet: B7, AE and 4E. RGB value is (183,174,78). Sum of RGB (Red+Green+Blue) = 183+174+78=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 78 (30.86% from 255 or 17.93% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AE4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AE4E is #4851B1. Grayscale: #A6A6A6. Windows color (decimal): -4739506 or 5156535. OLE color: 5156535.

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

Color convert

RGB18317478-
CMYK00.050.570.28
HSL54.86º42.17%51.18%-
HSV(B)54.86º57.38%71.76%-
XYZ36.0440.8913.2-
YUV165.7578.48140.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.07%
GREEN value IS 174 (68.36% from 255) = 40%
BLUE value IS 78 (30.86% from 255) = 17.93%
R=42.07%
G=40%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831747800.050.570.2854.8642.1751.18
HexB7AE4E05391C372a33
Octal267256116057134675263
Binary10110111101011101001110010111100111100110111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AE4E; }

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

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

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

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

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

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

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

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