Html Css Color HEX #BAB13F Brass

📋 copy color: '#BAB13F'

red 186 ◦ green 177 ◦ blue 63

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

Shades of Brass #BAB13F

Tints of Brass #BAB13F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.55%

 BLUE value IS 63 (25% from 255) = 14.79%

R = 43.66%
G = 41.55%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BAB13F (or 0xBAB13F) is known color: Brass. HEX triplet: BA, B1 and 3F. RGB value is (186,177,63). Sum of RGB (Red+Green+Blue) = 186+177+63=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 63 (25% from 255 or 14.79% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB13F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB13F is #454EC0. Grayscale: #A7A7A7. Windows color (decimal): -4542145 or 4174266. OLE color: 4174266.

HSL color Cylindrical-coordinate representation of color #BAB13F: hue angle of 55.61º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAB13F is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 177 63 -
CMYK 0 0.05 0.66 0.27
HSL 55.61º 0.49% 0.49% -
HSV(B) 55.61º 0.66% 0.73% -
XYZ 36.87 42.24 10.91 -
YUV 166.7 69.48 141.77 -
System Red Green Blue C M Y K H S L
Decimal 186 177 63 0 0.05 0.66 0.27 55.61 0.49 0.49
Hex BA B1 3F 0 5 42 1B 38 31 31
Octal 272 261 77 0 5 102 33 70 61 61
Binary 10111010 10110001 111111 0 101 1000010 11011 111000 110001 110001

Color Harmonies of #BAB13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB13F

Black with #BAB13F

Text Example


Text Example

White with #BAB13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB13F; }

 p { color: rgb(186,177,63); }

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

background-color css

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

 a { background-color: rgb(186,177,63); }

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

border-color css

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

 span { border-color: rgb(186,177,63); }

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