#BAB344

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

Shades of Brass #BAB344

Tints of Brass #BAB344

Color information

#BAB344 (or 0xBAB344) is unknown color: approx Brass. HEX triplet: BA, B3 and 44. RGB value is (186,179,68). Sum of RGB (Red+Green+Blue) = 186+179+68=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 68 (26.95% from 255 or 15.70% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB344 is #454CBB. Grayscale: #A8A8A8. Windows color (decimal): -4541628 or 4502458. OLE color: 4502458.

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

Color convert

RGB18617968-
CMYK00.040.630.27
HSL56.44º46.46%49.8%-
HSV(B)56.44º63.44%72.94%-
XYZ37.4143.111.82-
YUV168.4471.32140.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 179 (70.31% from 255) = 41.34%
BLUE value IS 68 (26.95% from 255) = 15.70%
R=42.96%
G=41.34%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861796800.040.630.2756.4446.4649.8
HexBAB344043F1B382e32
Octal272263104047733705662
Binary10111010101100111000100010011111111011111000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB344; }

 p { color: rgb(186,179,68); }

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

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

 a { background-color: rgb(186,179,68); }

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

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

 span { border-color: rgb(186,179,68); }

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