Html Css Color HEX #BAB044 Brass

📋 copy color: '#BAB044'

red 186 ◦ green 176 ◦ blue 68

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

Shades of Brass #BAB044

Tints of Brass #BAB044

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.93%

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

R = 43.26%
G = 40.93%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BAB044 (or 0xBAB044) is known color: Brass. HEX triplet: BA, B0 and 44. RGB value is (186,176,68). Sum of RGB (Red+Green+Blue) = 186+176+68=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 68 (26.95% from 255 or 15.81% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB044 is #454FBB. Grayscale: #A7A7A7. Windows color (decimal): -4542396 or 4501690. OLE color: 4501690.

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

Color convert

RGB 186 176 68 -
CMYK 0 0.05 0.63 0.27
HSL 54.92º 0.46% 0.5% -
HSV(B) 54.92º 0.63% 0.73% -
XYZ 36.82 41.91 11.62 -
YUV 166.68 72.31 141.78 -
System Red Green Blue C M Y K H S L
Decimal 186 176 68 0 0.05 0.63 0.27 54.92 0.46 0.5
Hex BA B0 44 0 5 3F 1B 37 2E 32
Octal 272 260 104 0 5 77 33 67 56 62
Binary 10111010 10110000 1000100 0 101 111111 11011 110111 101110 110010

Color Harmonies of #BAB044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB044

Black with #BAB044

Text Example


Text Example

White with #BAB044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB044; }

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

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

background-color css

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

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

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

border-color css

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

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

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