Html Css Color HEX #BAB345 Brass

📋 copy color: '#BAB345'

red 186 ◦ green 179 ◦ blue 69

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

Shades of Brass #BAB345

Tints of Brass #BAB345

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.24%

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

R = 42.86%
G = 41.24%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BAB345 (or 0xBAB345) is known color: Brass. HEX triplet: BA, B3 and 45. RGB value is (186,179,69). Sum of RGB (Red+Green+Blue) = 186+179+69=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 69 (27.34% from 255 or 15.90% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB345 is #454CBA. Grayscale: #A9A9A9. Windows color (decimal): -4541627 or 4567994. OLE color: 4567994.

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

Color convert

RGB 186 179 69 -
CMYK 0 0.04 0.63 0.27
HSL 56.41º 0.46% 0.5% -
HSV(B) 56.41º 0.63% 0.73% -
XYZ 37.44 43.11 11.98 -
YUV 168.55 71.82 140.44 -
System Red Green Blue C M Y K H S L
Decimal 186 179 69 0 0.04 0.63 0.27 56.41 0.46 0.5
Hex BA B3 45 0 4 3F 1B 38 2E 32
Octal 272 263 105 0 4 77 33 70 56 62
Binary 10111010 10110011 1000101 0 100 111111 11011 111000 101110 110010

Color Harmonies of #BAB345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB345

Black with #BAB345

Text Example


Text Example

White with #BAB345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB345; }

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

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

background-color css

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

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

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

border-color css

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

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

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