Html Css Color HEX #BAB241 Brass

📋 copy color: '#BAB241'

red 186 ◦ green 178 ◦ blue 65

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

Shades of Brass #BAB241

Tints of Brass #BAB241

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.49%

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

R = 43.36%
G = 41.49%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BAB241 (or 0xBAB241) is known color: Brass. HEX triplet: BA, B2 and 41. RGB value is (186,178,65). Sum of RGB (Red+Green+Blue) = 186+178+65=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 65 (25.78% from 255 or 15.15% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB241 is #454DBE. Grayscale: #A7A7A7. Windows color (decimal): -4541887 or 4305594. OLE color: 4305594.

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

Color convert

RGB 186 178 65 -
CMYK 0 0.04 0.65 0.27
HSL 56.03º 0.48% 0.49% -
HSV(B) 56.03º 0.65% 0.73% -
XYZ 37.12 42.66 11.28 -
YUV 167.51 70.15 141.19 -
System Red Green Blue C M Y K H S L
Decimal 186 178 65 0 0.04 0.65 0.27 56.03 0.48 0.49
Hex BA B2 41 0 4 41 1B 38 30 31
Octal 272 262 101 0 4 101 33 70 60 61
Binary 10111010 10110010 1000001 0 100 1000001 11011 111000 110000 110001

Color Harmonies of #BAB241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB241

Black with #BAB241

Text Example


Text Example

White with #BAB241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB241; }

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

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

background-color css

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

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

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

border-color css

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

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

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