Html Css Color HEX #BAB536 Brass

📋 copy color: '#BAB536'

red 186 ◦ green 181 ◦ blue 54

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

Shades of Brass #BAB536

Tints of Brass #BAB536

RGB

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

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

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

R = 44.18%
G = 42.99%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BAB536 (or 0xBAB536) is known color: Brass. HEX triplet: BA, B5 and 36. RGB value is (186,181,54). Sum of RGB (Red+Green+Blue) = 186+181+54=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 54 (21.48% from 255 or 12.83% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB536 is #454AC9. Grayscale: #A8A8A8. Windows color (decimal): -4541130 or 3585466. OLE color: 3585466.

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

Color convert

RGB 186 181 54 -
CMYK 0 0.03 0.71 0.27
HSL 57.73º 0.55% 0.47% -
HSV(B) 57.73º 0.71% 0.73% -
XYZ 37.44 43.75 9.96 -
YUV 168.02 63.66 140.83 -
System Red Green Blue C M Y K H S L
Decimal 186 181 54 0 0.03 0.71 0.27 57.73 0.55 0.47
Hex BA B5 36 0 3 47 1B 3A 37 2F
Octal 272 265 66 0 3 107 33 72 67 57
Binary 10111010 10110101 110110 0 11 1000111 11011 111010 110111 101111

Color Harmonies of #BAB536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB536

Black with #BAB536

Text Example


Text Example

White with #BAB536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB536; }

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

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

background-color css

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

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

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

border-color css

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

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

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