#B5AE4B

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

Shades of Brass #B5AE4B

Tints of Brass #B5AE4B

Color information

#B5AE4B (or 0xB5AE4B) is unknown color: approx Brass. HEX triplet: B5, AE and 4B. RGB value is (181,174,75). Sum of RGB (Red+Green+Blue) = 181+174+75=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 75 (29.69% from 255 or 17.44% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AE4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AE4B is #4A51B4. Grayscale: #A5A5A5. Windows color (decimal): -4870581 or 4959925. OLE color: 4959925.

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

Color convert

RGB18117475-
CMYK00.040.590.29
HSL56.04º41.73%50.2%-
HSV(B)56.04º58.56%70.98%-
XYZ35.4640.612.62-
YUV164.8177.32139.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.09%
GREEN value IS 174 (68.36% from 255) = 40.47%
BLUE value IS 75 (29.69% from 255) = 17.44%
R=42.09%
G=40.47%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811747500.040.590.2956.0441.7350.2
HexB5AE4B043B1D382a32
Octal265256113047335705262
Binary10110101101011101001011010011101111101111000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AE4B; }

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

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

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

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

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

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

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

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