#BAB038

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

Shades of Brass #BAB038

Tints of Brass #BAB038

Color information

#BAB038 (or 0xBAB038) is unknown color: approx Brass. HEX triplet: BA, B0 and 38. RGB value is (186,176,56). Sum of RGB (Red+Green+Blue) = 186+176+56=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 56 (22.27% from 255 or 13.40% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB038 is #454FC7. Grayscale: #A5A5A5. Windows color (decimal): -4542408 or 3715258. OLE color: 3715258.

HSL color Cylindrical-coordinate representation of color #BAB038: hue angle of 55.38º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAB038 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB18617656-
CMYK00.050.700.27
HSL55.38º53.72%47.45%-
HSV(B)55.38º69.89%72.94%-
XYZ36.4941.789.88-
YUV165.3166.31142.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.50%
GREEN value IS 176 (69.14% from 255) = 42.11%
BLUE value IS 56 (22.27% from 255) = 13.40%
R=44.50%
G=42.11%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861765600.050.700.2755.3853.7247.45
HexBAB03805461B37362f
Octal272260700510633676657
Binary10111010101100001110000101100011011011110111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB038; }

 p { color: rgb(186,176,56); }

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

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

 a { background-color: rgb(186,176,56); }

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

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

 span { border-color: rgb(186,176,56); }

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