#BAB23E

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

Shades of Brass #BAB23E

Tints of Brass #BAB23E

Color information

#BAB23E (or 0xBAB23E) is unknown color: approx Brass. HEX triplet: BA, B2 and 3E. RGB value is (186,178,62). Sum of RGB (Red+Green+Blue) = 186+178+62=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 62 (24.61% from 255 or 14.55% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB23E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB23E is #454DC1. Grayscale: #A7A7A7. Windows color (decimal): -4541890 or 4108986. OLE color: 4108986.

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

Color convert

RGB18617862-
CMYK00.040.670.27
HSL56.13º50%48.63%-
HSV(B)56.13º66.67%72.94%-
XYZ37.0442.6310.83-
YUV167.1768.65141.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 178 (69.92% from 255) = 41.78%
BLUE value IS 62 (24.61% from 255) = 14.55%
R=43.66%
G=41.78%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861786200.040.670.2756.135048.63
HexBAB23E04431B383231
Octal272262760410333706261
Binary10111010101100101111100100100001111011111000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB23E; }

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

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

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

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

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

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

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

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