Html Css Color HEX #BAB145 Brass

📋 copy color: '#BAB145'

red 186 ◦ green 177 ◦ blue 69

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

Shades of Brass #BAB145

Tints of Brass #BAB145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.97%

R = 43.06%
G = 40.97%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BAB145 (or 0xBAB145) is known color: Brass. HEX triplet: BA, B1 and 45. RGB value is (186,177,69). Sum of RGB (Red+Green+Blue) = 186+177+69=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 69 (27.34% from 255 or 15.97% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB145 is #454EBA. Grayscale: #A7A7A7. Windows color (decimal): -4542139 or 4567482. OLE color: 4567482.

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

Color convert

RGB 186 177 69 -
CMYK 0 0.05 0.63 0.27
HSL 55.38º 0.46% 0.5% -
HSV(B) 55.38º 0.63% 0.73% -
XYZ 37.05 42.31 11.84 -
YUV 167.38 72.48 141.28 -
System Red Green Blue C M Y K H S L
Decimal 186 177 69 0 0.05 0.63 0.27 55.38 0.46 0.5
Hex BA B1 45 0 5 3F 1B 37 2E 32
Octal 272 261 105 0 5 77 33 67 56 62
Binary 10111010 10110001 1000101 0 101 111111 11011 110111 101110 110010

Color Harmonies of #BAB145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB145

Black with #BAB145

Text Example


Text Example

White with #BAB145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB145; }

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

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

background-color css

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

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

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

border-color css

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

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

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