Html Css Color HEX #BAB441 Brass

📋 copy color: '#BAB441'

red 186 ◦ green 180 ◦ blue 65

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

Shades of Brass #BAB441

Tints of Brass #BAB441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.08%

R = 43.16%
G = 41.76%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BAB441 (or 0xBAB441) is known color: Brass. HEX triplet: BA, B4 and 41. RGB value is (186,180,65). Sum of RGB (Red+Green+Blue) = 186+180+65=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 65 (25.78% from 255 or 15.08% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB441 is #454BBE. Grayscale: #A9A9A9. Windows color (decimal): -4541375 or 4306106. OLE color: 4306106.

HSL color Cylindrical-coordinate representation of color #BAB441: hue angle of 57.02º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAB441 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 180 65 -
CMYK 0 0.03 0.65 0.27
HSL 57.02º 0.48% 0.49% -
HSV(B) 57.02º 0.65% 0.73% -
XYZ 37.53 43.46 11.41 -
YUV 168.68 69.49 140.35 -
System Red Green Blue C M Y K H S L
Decimal 186 180 65 0 0.03 0.65 0.27 57.02 0.48 0.49
Hex BA B4 41 0 3 41 1B 39 30 31
Octal 272 264 101 0 3 101 33 71 60 61
Binary 10111010 10110100 1000001 0 11 1000001 11011 111001 110000 110001

Color Harmonies of #BAB441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB441

Black with #BAB441

Text Example


Text Example

White with #BAB441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB441; }

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

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

background-color css

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

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

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

border-color css

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

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

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