#BAB443

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

Shades of Brass #BAB443

Tints of Brass #BAB443

Color information

#BAB443 (or 0xBAB443) is unknown color: approx Brass. HEX triplet: BA, B4 and 43. RGB value is (186,180,67). Sum of RGB (Red+Green+Blue) = 186+180+67=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 67 (26.56% from 255 or 15.47% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB443 is #454BBC. Grayscale: #A9A9A9. Windows color (decimal): -4541373 or 4437178. OLE color: 4437178.

HSL color Cylindrical-coordinate representation of color #BAB443: hue angle of 56.97º 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 #BAB443 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB18618067-
CMYK00.030.640.27
HSL56.97º47.04%49.61%-
HSV(B)56.97º63.98%72.94%-
XYZ37.5843.4911.72-
YUV168.9170.49140.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 180 (70.70% from 255) = 41.57%
BLUE value IS 67 (26.56% from 255) = 15.47%
R=42.96%
G=41.57%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861806700.030.640.2756.9747.0449.61
HexBAB44303401B392f32
Octal2722641030310033715762
Binary10111010101101001000011011100000011011111001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB443; }

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

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

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

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

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

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

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

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