Html Css Color HEX #BAB636 Brass

📋 copy color: '#BAB636'

red 186 ◦ green 182 ◦ blue 54

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

Shades of Brass #BAB636

Tints of Brass #BAB636

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.13%

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

R = 44.08%
G = 43.13%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BAB636 (or 0xBAB636) is known color: Brass. HEX triplet: BA, B6 and 36. RGB value is (186,182,54). Sum of RGB (Red+Green+Blue) = 186+182+54=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 54 (21.48% from 255 or 12.80% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB636 is #4549C9. Grayscale: #A9A9A9. Windows color (decimal): -4540874 or 3585722. OLE color: 3585722.

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

Color convert

RGB 186 182 54 -
CMYK 0 0.02 0.71 0.27
HSL 58.18º 0.55% 0.47% -
HSV(B) 58.18º 0.71% 0.73% -
XYZ 37.64 44.16 10.03 -
YUV 168.6 63.33 140.41 -
System Red Green Blue C M Y K H S L
Decimal 186 182 54 0 0.02 0.71 0.27 58.18 0.55 0.47
Hex BA B6 36 0 2 47 1B 3A 37 2F
Octal 272 266 66 0 2 107 33 72 67 57
Binary 10111010 10110110 110110 0 10 1000111 11011 111010 110111 101111

Color Harmonies of #BAB636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB636

Black with #BAB636

Text Example


Text Example

White with #BAB636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB636; }

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

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

background-color css

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

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

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

border-color css

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

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

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