Html Css Color HEX #BAB336 Brass

📋 copy color: '#BAB336'

red 186 ◦ green 179 ◦ blue 54

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

Shades of Brass #BAB336

Tints of Brass #BAB336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.89%

R = 44.39%
G = 42.72%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BAB336 (or 0xBAB336) is known color: Brass. HEX triplet: BA, B3 and 36. RGB value is (186,179,54). Sum of RGB (Red+Green+Blue) = 186+179+54=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 54 (21.48% from 255 or 12.89% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB336 is #454CC9. Grayscale: #A7A7A7. Windows color (decimal): -4541642 or 3584954. OLE color: 3584954.

HSL color Cylindrical-coordinate representation of color #BAB336: hue angle of 56.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BAB336 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 179 54 -
CMYK 0 0.04 0.71 0.27
HSL 56.82º 0.55% 0.47% -
HSV(B) 56.82º 0.71% 0.73% -
XYZ 37.04 42.95 9.83 -
YUV 166.84 64.32 141.66 -
System Red Green Blue C M Y K H S L
Decimal 186 179 54 0 0.04 0.71 0.27 56.82 0.55 0.47
Hex BA B3 36 0 4 47 1B 39 37 2F
Octal 272 263 66 0 4 107 33 71 67 57
Binary 10111010 10110011 110110 0 100 1000111 11011 111001 110111 101111

Color Harmonies of #BAB336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB336

Black with #BAB336

Text Example


Text Example

White with #BAB336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB336; }

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

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

background-color css

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

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

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

border-color css

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

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

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