#B8AE4E

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

Shades of Brass #B8AE4E

Tints of Brass #B8AE4E

Color information

#B8AE4E (or 0xB8AE4E) is unknown color: approx Brass. HEX triplet: B8, AE and 4E. RGB value is (184,174,78). Sum of RGB (Red+Green+Blue) = 184+174+78=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 78 (30.86% from 255 or 17.89% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AE4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AE4E is #4751B1. Grayscale: #A6A6A6. Windows color (decimal): -4673970 or 5156536. OLE color: 5156536.

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

Color convert

RGB18417478-
CMYK00.050.580.28
HSL54.34º42.74%51.37%-
HSV(B)54.34º57.61%72.16%-
XYZ36.2841.0113.21-
YUV166.0578.31140.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.20%
GREEN value IS 174 (68.36% from 255) = 39.91%
BLUE value IS 78 (30.86% from 255) = 17.89%
R=42.20%
G=39.91%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841747800.050.580.2854.3442.7451.37
HexB8AE4E053A1C362b33
Octal270256116057234665363
Binary10111000101011101001110010111101011100110110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AE4E; }

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

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

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

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

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

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

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

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