Html Css Color HEX #BAB341 Brass

📋 copy color: '#BAB341'

red 186 ◦ green 179 ◦ blue 65

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

Shades of Brass #BAB341

Tints of Brass #BAB341

RGB

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

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

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

R = 43.26%
G = 41.63%
B = 15.12%

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

#BAB341 (or 0xBAB341) is known color: Brass. HEX triplet: BA, B3 and 41. RGB value is (186,179,65). Sum of RGB (Red+Green+Blue) = 186+179+65=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB341 is #454CBE. Grayscale: #A8A8A8. Windows color (decimal): -4541631 or 4305850. OLE color: 4305850.

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

Color convert

RGB 186 179 65 -
CMYK 0 0.04 0.65 0.27
HSL 56.53º 0.48% 0.49% -
HSV(B) 56.53º 0.65% 0.73% -
XYZ 37.32 43.06 11.35 -
YUV 168.1 69.82 140.77 -
System Red Green Blue C M Y K H S L
Decimal 186 179 65 0 0.04 0.65 0.27 56.53 0.48 0.49
Hex BA B3 41 0 4 41 1B 39 30 31
Octal 272 263 101 0 4 101 33 71 60 61
Binary 10111010 10110011 1000001 0 100 1000001 11011 111001 110000 110001

Color Harmonies of #BAB341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB341

Black with #BAB341

Text Example


Text Example

White with #BAB341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB341; }

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

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

background-color css

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

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

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

border-color css

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

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

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