#BAAB35

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

Shades of Brass #BAAB35

Tints of Brass #BAAB35

Color information

#BAAB35 (or 0xBAAB35) is unknown color: approx Brass. HEX triplet: BA, AB and 35. RGB value is (186,171,53). Sum of RGB (Red+Green+Blue) = 186+171+53=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 53 (21.09% from 255 or 12.93% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAB35 is #4554CA. Grayscale: #A2A2A2. Windows color (decimal): -4543691 or 3517370. OLE color: 3517370.

HSL color Cylindrical-coordinate representation of color #BAAB35: hue angle of 53.23º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAAB35 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB18617153-
CMYK00.080.720.27
HSL53.23º55.65%46.86%-
HSV(B)53.23º71.51%72.94%-
XYZ35.4639.829.19-
YUV162.0366.47145.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 171 (67.19% from 255) = 41.71%
BLUE value IS 53 (21.09% from 255) = 12.93%
R=45.37%
G=41.71%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861715300.080.720.2753.2355.6546.86
HexBAAB3508481B35382f
Octal2722536501011033657057
Binary101110101010101111010101000100100011011110101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB35; }

 p { color: rgb(186,171,53); }

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

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

 a { background-color: rgb(186,171,53); }

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

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

 span { border-color: rgb(186,171,53); }

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