Html Css Color HEX #BAB333 Brass

📋 copy color: '#BAB333'

red 186 ◦ green 179 ◦ blue 51

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

Shades of Brass #BAB333

Tints of Brass #BAB333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.26%

R = 44.71%
G = 43.03%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BAB333 (or 0xBAB333) is known color: Brass. HEX triplet: BA, B3 and 33. RGB value is (186,179,51). Sum of RGB (Red+Green+Blue) = 186+179+51=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 51 (20.31% from 255 or 12.26% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB333 is #454CCC. Grayscale: #A7A7A7. Windows color (decimal): -4541645 or 3388346. OLE color: 3388346.

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

Color convert

RGB 186 179 51 -
CMYK 0 0.04 0.73 0.27
HSL 56.89º 0.57% 0.46% -
HSV(B) 56.89º 0.73% 0.73% -
XYZ 36.97 42.92 9.47 -
YUV 166.5 62.82 141.91 -
System Red Green Blue C M Y K H S L
Decimal 186 179 51 0 0.04 0.73 0.27 56.89 0.57 0.46
Hex BA B3 33 0 4 49 1B 39 39 2E
Octal 272 263 63 0 4 111 33 71 71 56
Binary 10111010 10110011 110011 0 100 1001001 11011 111001 111001 101110

Color Harmonies of #BAB333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB333

Black with #BAB333

Text Example


Text Example

White with #BAB333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB333; }

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

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

background-color css

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

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

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

border-color css

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

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

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