#BAB03B

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

Shades of Brass #BAB03B

Tints of Brass #BAB03B

Color information

#BAB03B (or 0xBAB03B) is unknown color: approx Brass. HEX triplet: BA, B0 and 3B. RGB value is (186,176,59). Sum of RGB (Red+Green+Blue) = 186+176+59=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 59 (23.44% from 255 or 14.01% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB03B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB03B is #454FC4. Grayscale: #A6A6A6. Windows color (decimal): -4542405 or 3911866. OLE color: 3911866.

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

Color convert

RGB18617659-
CMYK00.050.680.27
HSL55.28º51.84%48.04%-
HSV(B)55.28º68.28%72.94%-
XYZ36.5641.8110.28-
YUV165.6567.81142.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.18%
GREEN value IS 176 (69.14% from 255) = 41.81%
BLUE value IS 59 (23.44% from 255) = 14.01%
R=44.18%
G=41.81%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861765900.050.680.2755.2851.8448.04
HexBAB03B05441B373430
Octal272260730510433676460
Binary10111010101100001110110101100010011011110111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB03B; }

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

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

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

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

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

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

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

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