Html Css Color HEX #BAB344 Brass

📋 copy color: '#BAB344'

red 186 ◦ green 179 ◦ blue 68

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

Shades of Brass #BAB344

Tints of Brass #BAB344

RGB

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

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

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

R = 42.96%
G = 41.34%
B = 15.7%

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

#BAB344 (or 0xBAB344) is known color: Brass. HEX triplet: BA, B3 and 44. RGB value is (186,179,68). Sum of RGB (Red+Green+Blue) = 186+179+68=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 68 (26.95% from 255 or 15.70% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB344 is #454CBB. Grayscale: #A8A8A8. Windows color (decimal): -4541628 or 4502458. OLE color: 4502458.

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

Color convert

RGB 186 179 68 -
CMYK 0 0.04 0.63 0.27
HSL 56.44º 0.46% 0.5% -
HSV(B) 56.44º 0.63% 0.73% -
XYZ 37.41 43.1 11.82 -
YUV 168.44 71.32 140.53 -
System Red Green Blue C M Y K H S L
Decimal 186 179 68 0 0.04 0.63 0.27 56.44 0.46 0.5
Hex BA B3 44 0 4 3F 1B 38 2E 32
Octal 272 263 104 0 4 77 33 70 56 62
Binary 10111010 10110011 1000100 0 100 111111 11011 111000 101110 110010

Color Harmonies of #BAB344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB344

Black with #BAB344

Text Example


Text Example

White with #BAB344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB344; }

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

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

background-color css

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

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

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

border-color css

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

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

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