#BAB043

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

Shades of Brass #BAB043

Tints of Brass #BAB043

Color information

#BAB043 (or 0xBAB043) is unknown color: approx Brass. HEX triplet: BA, B0 and 43. RGB value is (186,176,67). Sum of RGB (Red+Green+Blue) = 186+176+67=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 67 (26.56% from 255 or 15.62% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB043 is #454FBC. Grayscale: #A7A7A7. Windows color (decimal): -4542397 or 4436154. OLE color: 4436154.

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

Color convert

RGB18617667-
CMYK00.050.640.27
HSL54.96º47.04%49.61%-
HSV(B)54.96º63.98%72.94%-
XYZ36.7941.911.46-
YUV166.5671.81141.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.36%
GREEN value IS 176 (69.14% from 255) = 41.03%
BLUE value IS 67 (26.56% from 255) = 15.62%
R=43.36%
G=41.03%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861766700.050.640.2754.9647.0449.61
HexBAB04305401B372f32
Octal2722601030510033675762
Binary101110101011000010000110101100000011011110111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB043; }

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

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

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

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

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

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

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

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