#BAB34B

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

Shades of Brass #BAB34B

Tints of Brass #BAB34B

Color information

#BAB34B (or 0xBAB34B) is unknown color: approx Brass. HEX triplet: BA, B3 and 4B. RGB value is (186,179,75). Sum of RGB (Red+Green+Blue) = 186+179+75=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 75 (29.69% from 255 or 17.05% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB34B is #454CB4. Grayscale: #A9A9A9. Windows color (decimal): -4541621 or 4961210. OLE color: 4961210.

HSL color Cylindrical-coordinate representation of color #BAB34B: hue angle of 56.22º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAB34B is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB18617975-
CMYK00.040.600.27
HSL56.22º44.58%51.18%-
HSV(B)56.22º59.68%72.94%-
XYZ37.6443.1913.01-
YUV169.2474.82139.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 179 (70.31% from 255) = 40.68%
BLUE value IS 75 (29.69% from 255) = 17.05%
R=42.27%
G=40.68%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861797500.040.600.2756.2244.5851.18
HexBAB34B043C1B382d33
Octal272263113047433705563
Binary10111010101100111001011010011110011011111000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB34B; }

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

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

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

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

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

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

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

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