Html Css Color HEX #BAB444 Brass

📋 copy color: '#BAB444'

red 186 ◦ green 180 ◦ blue 68

#BAB444
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #BAB444

Tints of Brass #BAB444

RGB

 RED value IS 186 (73.05% from 255) = 42.86%

 GREEN value IS 180 (70.7% from 255) = 41.47%

 BLUE value IS 68 (26.95% from 255) = 15.67%

R = 42.86%
G = 41.47%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BAB444 (or 0xBAB444) is known color: Brass. HEX triplet: BA, B4 and 44. RGB value is (186,180,68). Sum of RGB (Red+Green+Blue) = 186+180+68=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 68 (26.95% from 255 or 15.67% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB444 is #454BBB. Grayscale: #A9A9A9. Windows color (decimal): -4541372 or 4502714. OLE color: 4502714.

HSL color Cylindrical-coordinate representation of color #BAB444: hue angle of 56.95º 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 #BAB444 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 180 68 -
CMYK 0 0.03 0.63 0.27
HSL 56.95º 0.46% 0.5% -
HSV(B) 56.95º 0.63% 0.73% -
XYZ 37.61 43.5 11.88 -
YUV 169.03 70.99 140.11 -
System Red Green Blue C M Y K H S L
Decimal 186 180 68 0 0.03 0.63 0.27 56.95 0.46 0.5
Hex BA B4 44 0 3 3F 1B 39 2E 32
Octal 272 264 104 0 3 77 33 71 56 62
Binary 10111010 10110100 1000100 0 11 111111 11011 111001 101110 110010

Color Harmonies of #BAB444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB444

Black with #BAB444

Text Example


Text Example

White with #BAB444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB444; }

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

 H1.HeaderClassName
 {
   color: #BAB444;
 }
 .AnyTagClassName
 {
   color: #BAB444;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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