Html Css Color HEX #BAB339 Brass

📋 copy color: '#BAB339'

red 186 ◦ green 179 ◦ blue 57

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

Shades of Brass #BAB339

Tints of Brass #BAB339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.51%

R = 44.08%
G = 42.42%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BAB339 (or 0xBAB339) is known color: Brass. HEX triplet: BA, B3 and 39. RGB value is (186,179,57). Sum of RGB (Red+Green+Blue) = 186+179+57=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 57 (22.66% from 255 or 13.51% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB339 is #454CC6. Grayscale: #A7A7A7. Windows color (decimal): -4541639 or 3781562. OLE color: 3781562.

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

Color convert

RGB 186 179 57 -
CMYK 0 0.04 0.69 0.27
HSL 56.74º 0.53% 0.48% -
HSV(B) 56.74º 0.69% 0.73% -
XYZ 37.11 42.97 10.21 -
YUV 167.19 65.82 141.42 -
System Red Green Blue C M Y K H S L
Decimal 186 179 57 0 0.04 0.69 0.27 56.74 0.53 0.48
Hex BA B3 39 0 4 45 1B 39 35 30
Octal 272 263 71 0 4 105 33 71 65 60
Binary 10111010 10110011 111001 0 100 1000101 11011 111001 110101 110000

Color Harmonies of #BAB339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB339

Black with #BAB339

Text Example


Text Example

White with #BAB339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB339; }

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

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

background-color css

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

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

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

border-color css

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

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

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