Html Css Color HEX #BAB046 Brass

📋 copy color: '#BAB046'

red 186 ◦ green 176 ◦ blue 70

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

Shades of Brass #BAB046

Tints of Brass #BAB046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.2%

R = 43.06%
G = 40.74%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BAB046 (or 0xBAB046) is known color: Brass. HEX triplet: BA, B0 and 46. RGB value is (186,176,70). Sum of RGB (Red+Green+Blue) = 186+176+70=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 70 (27.73% from 255 or 16.20% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB046 is #454FB9. Grayscale: #A7A7A7. Windows color (decimal): -4542394 or 4632762. OLE color: 4632762.

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

Color convert

RGB 186 176 70 -
CMYK 0 0.05 0.62 0.27
HSL 54.83º 0.46% 0.5% -
HSV(B) 54.83º 0.62% 0.73% -
XYZ 36.88 41.93 11.94 -
YUV 166.91 73.31 141.62 -
System Red Green Blue C M Y K H S L
Decimal 186 176 70 0 0.05 0.62 0.27 54.83 0.46 0.5
Hex BA B0 46 0 5 3E 1B 37 2E 32
Octal 272 260 106 0 5 76 33 67 56 62
Binary 10111010 10110000 1000110 0 101 111110 11011 110111 101110 110010

Color Harmonies of #BAB046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB046

Black with #BAB046

Text Example


Text Example

White with #BAB046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB046; }

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

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

background-color css

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

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

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

border-color css

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

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

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