Html Css Color HEX #BAB036 Brass

📋 copy color: '#BAB036'

red 186 ◦ green 176 ◦ blue 54

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

Shades of Brass #BAB036

Tints of Brass #BAB036

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.31%

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

R = 44.71%
G = 42.31%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BAB036 (or 0xBAB036) is known color: Brass. HEX triplet: BA, B0 and 36. RGB value is (186,176,54). Sum of RGB (Red+Green+Blue) = 186+176+54=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 54 (21.48% from 255 or 12.98% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB036 is #454FC9. Grayscale: #A5A5A5. Windows color (decimal): -4542410 or 3584186. OLE color: 3584186.

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

Color convert

RGB 186 176 54 -
CMYK 0 0.05 0.71 0.27
HSL 55.45º 0.55% 0.47% -
HSV(B) 55.45º 0.71% 0.73% -
XYZ 36.44 41.76 9.63 -
YUV 165.08 65.31 142.92 -
System Red Green Blue C M Y K H S L
Decimal 186 176 54 0 0.05 0.71 0.27 55.45 0.55 0.47
Hex BA B0 36 0 5 47 1B 37 37 2F
Octal 272 260 66 0 5 107 33 67 67 57
Binary 10111010 10110000 110110 0 101 1000111 11011 110111 110111 101111

Color Harmonies of #BAB036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB036

Black with #BAB036

Text Example


Text Example

White with #BAB036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB036; }

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

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

background-color css

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

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

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

border-color css

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

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

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