Html Css Color HEX #BAB539 Brass

📋 copy color: '#BAB539'

red 186 ◦ green 181 ◦ blue 57

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

Shades of Brass #BAB539

Tints of Brass #BAB539

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.69%

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

R = 43.87%
G = 42.69%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BAB539 (or 0xBAB539) is known color: Brass. HEX triplet: BA, B5 and 39. RGB value is (186,181,57). Sum of RGB (Red+Green+Blue) = 186+181+57=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 57 (22.66% from 255 or 13.44% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB539 is #454AC6. Grayscale: #A8A8A8. Windows color (decimal): -4541127 or 3782074. OLE color: 3782074.

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

Color convert

RGB 186 181 57 -
CMYK 0 0.03 0.69 0.27
HSL 57.67º 0.53% 0.48% -
HSV(B) 57.67º 0.69% 0.73% -
XYZ 37.51 43.78 10.34 -
YUV 168.36 65.16 140.58 -
System Red Green Blue C M Y K H S L
Decimal 186 181 57 0 0.03 0.69 0.27 57.67 0.53 0.48
Hex BA B5 39 0 3 45 1B 3A 35 30
Octal 272 265 71 0 3 105 33 72 65 60
Binary 10111010 10110101 111001 0 11 1000101 11011 111010 110101 110000

Color Harmonies of #BAB539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB539

Black with #BAB539

Text Example


Text Example

White with #BAB539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB539; }

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

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

background-color css

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

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

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

border-color css

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

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

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