Html Css Color HEX #BAB045 Brass

📋 copy color: '#BAB045'

red 186 ◦ green 176 ◦ blue 69

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

Shades of Brass #BAB045

Tints of Brass #BAB045

RGB

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

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

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

R = 43.16%
G = 40.84%
B = 16.01%

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

#BAB045 (or 0xBAB045) is known color: Brass. HEX triplet: BA, B0 and 45. RGB value is (186,176,69). Sum of RGB (Red+Green+Blue) = 186+176+69=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 69 (27.34% from 255 or 16.01% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB045 is #454FBA. Grayscale: #A7A7A7. Windows color (decimal): -4542395 or 4567226. OLE color: 4567226.

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

Color convert

RGB 186 176 69 -
CMYK 0 0.05 0.63 0.27
HSL 54.87º 0.46% 0.5% -
HSV(B) 54.87º 0.63% 0.73% -
XYZ 36.85 41.92 11.78 -
YUV 166.79 72.81 141.7 -
System Red Green Blue C M Y K H S L
Decimal 186 176 69 0 0.05 0.63 0.27 54.87 0.46 0.5
Hex BA B0 45 0 5 3F 1B 37 2E 32
Octal 272 260 105 0 5 77 33 67 56 62
Binary 10111010 10110000 1000101 0 101 111111 11011 110111 101110 110010

Color Harmonies of #BAB045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB045

Black with #BAB045

Text Example


Text Example

White with #BAB045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB045; }

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

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

background-color css

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

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

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

border-color css

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

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

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