#B5B24A

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

Shades of Brass #B5B24A

Tints of Brass #B5B24A

Color information

#B5B24A (or 0xB5B24A) is unknown color: approx Brass. HEX triplet: B5, B2 and 4A. RGB value is (181,178,74). Sum of RGB (Red+Green+Blue) = 181+178+74=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B24A is #4A4DB5. Grayscale: #A7A7A7. Windows color (decimal): -4869558 or 4895413. OLE color: 4895413.

HSL color Cylindrical-coordinate representation of color #B5B24A: hue angle of 58.32º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5B24A is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18117874-
CMYK00.020.590.29
HSL58.32º41.96%50%-
HSV(B)58.32º59.12%70.98%-
XYZ36.2142.1612.71-
YUV167.0475.49137.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 178 (69.92% from 255) = 41.11%
BLUE value IS 74 (29.30% from 255) = 17.09%
R=41.80%
G=41.11%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811787400.020.590.2958.3241.9650
HexB5B24A023B1D3a2a32
Octal265262112027335725262
Binary1011010110110010100101001011101111101111010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B24A; }

 p { color: rgb(181,178,74); }

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

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

 a { background-color: rgb(181,178,74); }

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

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

 span { border-color: rgb(181,178,74); }

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