Html Css Color HEX #BAB445 Brass

📋 copy color: '#BAB445'

red 186 ◦ green 180 ◦ blue 69

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

Shades of Brass #BAB445

Tints of Brass #BAB445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.86%

R = 42.76%
G = 41.38%
B = 15.86%

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

#BAB445 (or 0xBAB445) is known color: Brass. HEX triplet: BA, B4 and 45. RGB value is (186,180,69). Sum of RGB (Red+Green+Blue) = 186+180+69=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB445 is #454BBA. Grayscale: #A9A9A9. Windows color (decimal): -4541371 or 4568250. OLE color: 4568250.

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

Color convert

RGB 186 180 69 -
CMYK 0 0.03 0.63 0.27
HSL 56.92º 0.46% 0.5% -
HSV(B) 56.92º 0.63% 0.73% -
XYZ 37.65 43.51 12.04 -
YUV 169.14 71.49 140.03 -
System Red Green Blue C M Y K H S L
Decimal 186 180 69 0 0.03 0.63 0.27 56.92 0.46 0.5
Hex BA B4 45 0 3 3F 1B 39 2E 32
Octal 272 264 105 0 3 77 33 71 56 62
Binary 10111010 10110100 1000101 0 11 111111 11011 111001 101110 110010

Color Harmonies of #BAB445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB445

Black with #BAB445

Text Example


Text Example

White with #BAB445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB445; }

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

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

background-color css

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

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

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

border-color css

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

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

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