#BAB243

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

Shades of Brass #BAB243

Tints of Brass #BAB243

Color information

#BAB243 (or 0xBAB243) is unknown color: approx Brass. HEX triplet: BA, B2 and 43. RGB value is (186,178,67). Sum of RGB (Red+Green+Blue) = 186+178+67=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 67 (26.56% from 255 or 15.55% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB243 is #454DBC. Grayscale: #A8A8A8. Windows color (decimal): -4541885 or 4436666. OLE color: 4436666.

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

Color convert

RGB18617867-
CMYK00.040.640.27
HSL55.97º47.04%49.61%-
HSV(B)55.97º63.98%72.94%-
XYZ37.1842.6911.59-
YUV167.7471.15141.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 178 (69.92% from 255) = 41.30%
BLUE value IS 67 (26.56% from 255) = 15.55%
R=43.16%
G=41.30%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861786700.040.640.2755.9747.0449.61
HexBAB24304401B382f32
Octal2722621030410033705762
Binary101110101011001010000110100100000011011111000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB243; }

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

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

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

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

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

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

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

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